Skip to content

Commit a07b8a2

Browse files
committed
fix test
1 parent 2489d73 commit a07b8a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pytest-cov # coverage test
55
pg8000
66
attrs
77
superjson
8-
pandas
8+
pandas>=2.0.0,<3.0.0
9+
moto>=4.1.12,<5.0.0
910
boto_session_manager>=1.7.2,<2.0.0
1011
s3pathlib>=2.1.2,<3.0.0

tests/crud/test_crud_inserting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_smart_insert(self):
9191
# ------ After State ------
9292
assert elapse1 < elapse2
9393

94-
def _test_smart_insert_single_row(self):
94+
def test_smart_insert_single_row(self):
9595
assert count_row(self.engine, t_smart_insert) == 0
9696

9797
data = {"id": 1}

0 commit comments

Comments
 (0)