Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Apr 25, 2024
1 parent ce75f40 commit 8649f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unweighted_sampling_single_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@test a <= z <= b

iter = Iterators.filter(x -> x != b + 1, a:b+1)
rs = ReservoirSample(Int, method; ordered = ordered)
rs = ReservoirSample(Int, method)
for x in iter
update!(rs, x)
end
Expand Down

0 comments on commit 8649f65

Please sign in to comment.