Skip to content

Commit

Permalink
ra_log: Run pick_range_test EUnit case
Browse files Browse the repository at this point in the history
The include_lib for EUnit was missing so the test case was never run.
  • Loading branch information
the-mikedavis committed Feb 13, 2024
1 parent 3721d55 commit 27dccd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ra_log.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ maps_with_values(Keys, Map) ->
%%%% TESTS

-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").

pick_range_test() ->
Ranges1 = [{76, 90}, {50, 75}, {1, 100}],
Expand Down

0 comments on commit 27dccd8

Please sign in to comment.