fix: just run main test

pull/180/head
Cullen Watson 2024-08-03 22:47:55 -05:00
parent 1115956c33
commit 6ca20bd285
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ def test_all():
) )
assert ( assert (
isinstance(result, pd.DataFrame) and len(result) == 20 isinstance(result, pd.DataFrame) and len(result) == 15
), "Result should be a non-empty DataFrame" ), "Result should be a non-empty DataFrame"