Skip to content

Commit

Permalink
dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Apr 24, 2024
1 parent 491e570 commit d10412a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/ra_snapshot_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ all() ->


all_tests() ->
[unit,
init_empty,
[init_empty,
init_multi,
take_snapshot,
take_snapshot_crash,
Expand Down Expand Up @@ -79,11 +78,6 @@ end_per_testcase(_TestCase, _Config) ->
%%% Test cases
%%%===================================================================

unit(_Config) ->
ra_snapshot:random_idxs_to_take_test(),
ra_snapshot:lists_take_idxs_test(),
ok.

init_empty(Config) ->
UId = ?config(uid, Config),
State = init_state(Config),
Expand Down

0 comments on commit d10412a

Please sign in to comment.