Move tests to blockchain.db

This commit is contained in:
Gene Hoffman 2020-01-14 22:40:26 -08:00 committed by GitHub
parent 28ba54722c
commit fba486ec9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class TestRpc:
test_node_2_port = 21235
test_rpc_port = 21236
store = await FullNodeStore.create("fndb_test")
store = await FullNodeStore.create("blockchain_test")
await store._clear_database()
blocks = bt.get_consecutive_blocks(test_constants, 10, [], 10)
b: Blockchain = await Blockchain.create({}, test_constants)