From 222a9caf858096783de4e6f545e69b145838aef6 Mon Sep 17 00:00:00 2001
From: Cullen Watson <cullen@cullenwatson.com>
Date: Fri, 19 Jul 2024 14:07:15 -0500
Subject: [PATCH] test fail

---
 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 c34524e..3ba6a75 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 not result.empty
+        isinstance(result, pd.DataFrame) and result.empty
     ), "Result should be a non-empty DataFrame"