test(sessds): Don't trap exits in the test
This commit is contained in:
parent
ebe2339810
commit
974760d331
|
@ -44,7 +44,6 @@ prop_consistency() ->
|
|||
?FORALL(
|
||||
Cmds,
|
||||
commands(?MODULE),
|
||||
?TRAPEXIT(
|
||||
begin
|
||||
init(),
|
||||
{_History, State, Result} = run_commands(?MODULE, Cmds),
|
||||
|
@ -58,7 +57,6 @@ prop_consistency() ->
|
|||
aggregate(command_names(Cmds), Result =:= ok)
|
||||
)
|
||||
end
|
||||
)
|
||||
).
|
||||
|
||||
%%================================================================================
|
||||
|
|
Loading…
Reference in New Issue