Skip to content

Commit dbe43fb

Browse files
committed
remove validate from test_driver
1 parent bc6e8ef commit dbe43fb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test_driver.py

+7-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
prepared_token_tx, private_keys=alice.private_key
3535
)
3636

37-
#%%
38-
from resdb_driver.validate import Transaction
39-
40-
t = Transaction.from_dict(fulfilled_token_tx)
41-
t.validate()
4237
#%%
4338
db.transactions.send_commit(fulfilled_token_tx)
4439

@@ -75,3 +70,10 @@
7570
# %%
7671
## replace `testId` with the txid for the transaction to retrieve
7772
db.transactions.retrieve(txid="testId")
73+
74+
#%%
75+
# TODO valide a tx object
76+
# from resdb_driver.validate import Transaction
77+
78+
# t = Transaction.from_dict(fulfilled_token_tx)
79+
# t.validate()

0 commit comments

Comments
 (0)