Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed May 28, 2024
1 parent 2489d73 commit a07b8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pytest-cov # coverage test
pg8000
attrs
superjson
pandas
pandas>=2.0.0,<3.0.0
moto>=4.1.12,<5.0.0
boto_session_manager>=1.7.2,<2.0.0
s3pathlib>=2.1.2,<3.0.0
2 changes: 1 addition & 1 deletion tests/crud/test_crud_inserting.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_smart_insert(self):
# ------ After State ------
assert elapse1 < elapse2

def _test_smart_insert_single_row(self):
def test_smart_insert_single_row(self):
assert count_row(self.engine, t_smart_insert) == 0

data = {"id": 1}
Expand Down

0 comments on commit a07b8a2

Please sign in to comment.