Another notfound -> not_found fix
This commit is contained in:
parent
5c5934549f
commit
8409df447d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ postcondition(#state { open = Open},
|
|||
lists:sort(dict_range_query(TDict, K1, K2))
|
||||
== lists:sort(Result);
|
||||
postcondition(_S,
|
||||
{call, ?SERVER, get_fail, [_Name, _Key]}, notfound) ->
|
||||
{call, ?SERVER, get_fail, [_Name, _Key]}, not_found) ->
|
||||
true;
|
||||
postcondition(#state { open = Open },
|
||||
{call, ?SERVER, get_exist, [Name, Key]}, {ok, Value}) ->
|
||||
|
|
Loading…
Reference in a new issue