test fail

pull/174/head
Cullen Watson 2024-07-19 14:07:15 -05:00
parent 7fddae3a65
commit 222a9caf85
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 not result.empty isinstance(result, pd.DataFrame) and result.empty
), "Result should be a non-empty DataFrame" ), "Result should be a non-empty DataFrame"