diff --git a/src/tests/test_all.py b/src/tests/test_all.py index e80be97..2805bd2 100644 --- a/src/tests/test_all.py +++ b/src/tests/test_all.py @@ -14,5 +14,5 @@ def test_all(): ) assert ( - isinstance(result, pd.DataFrame) and len(result) == 20 + isinstance(result, pd.DataFrame) and len(result) == 15 ), "Result should be a non-empty DataFrame"