Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jul 19, 2024
1 parent 222a9ca commit 30d4fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def test_all():
)

assert (
isinstance(result, pd.DataFrame) and result.empty
isinstance(result, pd.DataFrame) and not result.empty
), "Result should be a non-empty DataFrame"

0 comments on commit 30d4fc2

Please sign in to comment.