pull/174/head
Cullen Watson 2024-07-19 14:08:55 -05:00
parent 222a9caf85
commit 30d4fc2793
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ def test_all():
) )
assert ( assert (
isinstance(result, pd.DataFrame) and result.empty isinstance(result, pd.DataFrame) and not result.empty
), "Result should be a non-empty DataFrame" ), "Result should be a non-empty DataFrame"