Skip to content

Commit

Permalink
test: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 28, 2023
1 parent 98adf3d commit 66b8d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/quicer_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ tc_open_lib_test(_Config) ->
tc_close_lib_test(_Config) ->
ok = quicer:reg_close(),
{ok, false} = quicer:open_lib(),
ok = quicer:reg_close(),
ok = quicer:close_lib(),
ok = quicer:close_lib(),
{ok, Res0} = quicer:open_lib(),
Expand Down

0 comments on commit 66b8d62

Please sign in to comment.