Skip to content

Commit

Permalink
Merge pull request #50 from DeaMariaLeon/null
Browse files Browse the repository at this point in the history
Add nulls & inf to hypothesis test for DataFrame.join
  • Loading branch information
MarcoGorelli authored Apr 16, 2024
2 parents ca23935 + 06f63b7 commit a128fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hypothesis/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
max_size=3,
),
st.lists(
st.floats(min_value=-9223372036854775807.0, max_value=9223372036854775807.0),
st.floats(),
min_size=3,
max_size=3,
),
Expand Down

0 comments on commit a128fa6

Please sign in to comment.