From b66068a7129db1e4013d50302f88dd3c937407ac Mon Sep 17 00:00:00 2001 From: Nicolas Luck Date: Fri, 7 Dec 2018 17:31:24 +0100 Subject: [PATCH] Change test fixture to expect real fake agent address --- hdk-rust/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdk-rust/tests/integration_test.rs b/hdk-rust/tests/integration_test.rs index c2c7178c92..0f1d8c4af3 100644 --- a/hdk-rust/tests/integration_test.rs +++ b/hdk-rust/tests/integration_test.rs @@ -173,7 +173,7 @@ fn can_use_globals() { assert_eq!( result.clone(), Ok(JsonString::from(HashString::from( - "QmfFVhScc1cVzEqTBVLBr6d2FbsHaM5Cn3ynnvM7CUiJp9" + "alex--------------------------------------------------------------------------------ADO_" ))), "result = {:?}", result