Skip to content

Commit

Permalink
correction in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriniar committed Apr 19, 2011
1 parent a213d79 commit abb690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proper_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ args_not_defined_test() ->
|| {Args,Env} <- arguments_not_defined()].

command_props_test_() ->
{timeout, 150, [?_test(proper:module(command_props, 50))]}.
{timeout, 150, [?_assertEqual([], proper:module(command_props, 50))]}.


%%------------------------------------------------------------------------------
Expand Down

0 comments on commit abb690a

Please sign in to comment.