Skip to content

Commit

Permalink
Improve flaky filter test
Browse files Browse the repository at this point in the history
Closes #190.
  • Loading branch information
whatyouhide committed Aug 17, 2023
1 parent 749b97d commit 225a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_unit_properties_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule ExUnitPropertiesTest do
filtered_value = 34

data =
gen all [_ | _] = list <- list_of(integer()),
gen all [_ | _] = list <- list_of(integer(), min_length: 5),
elem <- member_of(list),
elem != filtered_value,
elem_not_filtered = elem do
Expand Down

0 comments on commit 225a2f0

Please sign in to comment.