From af566aba717b745fb0984826d97cbd1172609d22 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 11 Mar 2022 14:51:45 +0200 Subject: [PATCH] update --- tests/backend/localmongodb/test_queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/backend/localmongodb/test_queries.py b/tests/backend/localmongodb/test_queries.py index daa4e5b..98867df 100644 --- a/tests/backend/localmongodb/test_queries.py +++ b/tests/backend/localmongodb/test_queries.py @@ -20,7 +20,7 @@ def test_get_txids_filtered(signed_create_tx, signed_transfer_tx): conn = Connection() # TODO First rewrite to get here tarantool connection print(conn) # create and insert two blocks, one for the create and one for the - # transfer transaction + # transfer transactionTarantoolDBTarantoolDB conn.db.transactions.insert_one(signed_create_tx.to_dict()) conn.db.transactions.insert_one(signed_transfer_tx.to_dict())