blockstack-storage is going to be separate from blockstack.js

This commit is contained in:
Jude Nelson
2017-04-12 17:15:25 -04:00
parent cd110dd59c
commit c67cddbb4d

View File

@@ -70,7 +70,7 @@ def scenario( wallets, **kw ):
nodedir = testlib.nodejs_setup()
# run 'core-test' test on blockstack (tests authentication from blockstack.js to Core API)
testlib.nodejs_copy_package(nodedir, "blockstack")
testlib.nodejs_copy_package(nodedir, "blockstack-storage")
testlib.nodejs_run_test(nodedir, "integration-test-storage")
testlib.nodejs_cleanup(nodedir)