From 6ca20bd2852ace62a0f7b68e94b32175546eee5d Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sat, 3 Aug 2024 22:47:55 -0500 Subject: [PATCH] fix: just run main test --- src/tests/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"