浏览代码

fixing name of property

pull/8/merge^2
Dmitry Groshev 13 年前
父节点
当前提交
7631ed3b3c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/proper_tests.erl

+ 1
- 1
test/proper_tests.erl 查看文件

@ -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]),

正在加载...
取消
保存