Skip to content

Commit 51d1537

Browse files
committed
todo: test_transaction_list
1 parent e180688 commit 51d1537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def test_transaction_execute_raw(db, col, docs):
4343

4444

4545
def test_transaction_list(db, col, docs):
46-
no_transactions = db.list_transactions()
47-
assert no_transactions == []
46+
transactions = db.list_transactions()
47+
assert isinstance(transactions, list)
4848
# TODO: Add proper transaction test here
4949

5050

0 commit comments

Comments
 (0)