From 9f57fc1e39ac1ca3a64ec0379d579d22cc6fb80d Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Wed, 11 May 2016 17:56:27 -0400 Subject: [PATCH] update hash to reflect new logic --- .../scenarios/name_preorder_register_announce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py index 086814225..43c220641 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py @@ -75,7 +75,7 @@ def scenario( wallets, **kw ): def check( state_engine ): - expected_hash = "c48ce66b046a25ec752138274bd84cca1e57f751" + expected_hash = "13a76219ed16c5e53e2c08dde8660609bb8f63da" # not revealed, but ready ns = state_engine.get_namespace_reveal( "id" )