Skip to content

Commit

Permalink
Merge pull request #13 from tuncer/lock_fsm
Browse files Browse the repository at this point in the history
test/lock_fsm: do not match result of start/1 and stop/0
  • Loading branch information
krestenkrab committed Mar 8, 2013
2 parents 2693eaf + 7e3f65a commit 787028f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lock_fsm.erl
Expand Up @@ -144,9 +144,9 @@ prop_lock_fsm() ->
?FORALL(
Cmds, triq_fsm:commands(?MODULE),
begin
{ok, _} = start(?CODE),
start(?CODE),
{History, State, Result} = triq_fsm:run_commands(?MODULE, Cmds),
ok = stop(),
stop(),
?WHENFAIL(io:format(user,
"History: ~p~n"
"State: ~p~n"
Expand Down

0 comments on commit 787028f

Please sign in to comment.