Sfoglia il codice sorgente

fixing name of property

pull/8/merge^2
Dmitry Groshev 13 anni fa
parent
commit
7631ed3b3c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/proper_tests.erl

+ 1
- 1
test/proper_tests.erl Vedi File

@ -70,7 +70,7 @@ json_list(S) ->
json_list() ->
list(json_object()).
prop_foo() ->
prop_encode_decode() ->
?FORALL(Data, json_object(),
begin
%% io:format(user, "Data: ~p~n", [Data]),

Caricamento…
Annulla
Salva