Skip to content

Commit

Permalink
Fix txns limit test to handle the correct result
Browse files Browse the repository at this point in the history
  • Loading branch information
xandkar committed Feb 22, 2021
1 parent 7a767dd commit efcc8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hbbft_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ txns_limit_test(_) ->
hbbft_utils:share_to_binary(tpke_privkey:decrypt_share(SK, EncKey))
})
of
ignore ->
{result, {transactions, [], []}} ->
ok;
{_State_3, Next} ->
ct:log("Next: ~p", [Next]),
Expand Down

0 comments on commit efcc8c4

Please sign in to comment.