Skip to content

Commit

Permalink
Fix frequently-failing test
Browse files Browse the repository at this point in the history
Closes #149.
  • Loading branch information
whatyouhide committed Apr 30, 2023
1 parent c47c03a commit 2823c00
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 @@ -4,7 +4,7 @@ defmodule ExUnitPropertiesTest do

describe "gen all" do
test "supports generation and filtering clauses" do
filtered_value = 10
filtered_value = 34

data =
gen all [_ | _] = list <- list_of(integer()),
Expand Down

0 comments on commit 2823c00

Please sign in to comment.