From 30d4fc2793c286930b3cb63ef62b79e7ba70933e Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 19 Jul 2024 14:08:55 -0500 Subject: [PATCH] test fix --- 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 3ba6a75..c34524e 100644 --- a/src/tests/test_all.py +++ b/src/tests/test_all.py @@ -10,5 +10,5 @@ def test_all(): ) assert ( - isinstance(result, pd.DataFrame) and result.empty + isinstance(result, pd.DataFrame) and not result.empty ), "Result should be a non-empty DataFrame"