mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 04:05:21 +08:00
Fix integration test
This commit is contained in:
@@ -343,7 +343,7 @@ fn should_succeed_mining_valid_txs() {
|
||||
StacksTransactionEvent::SmartContractEvent(data) => {
|
||||
format!("{}", data.key.0) == "STGT7GSMZG7EA0TS6MVSKT5JC1DCDFGZWJJZXN8A.store" &&
|
||||
data.key.1 == "print" &&
|
||||
format!("{}", data.value) == "Setting key foo".to_string()
|
||||
format!("{}", data.value) == "\"Setting key foo\"".to_string()
|
||||
},
|
||||
_ => false
|
||||
});
|
||||
@@ -379,7 +379,7 @@ fn should_succeed_mining_valid_txs() {
|
||||
StacksTransactionEvent::SmartContractEvent(data) => {
|
||||
format!("{}", data.key.0) == "STGT7GSMZG7EA0TS6MVSKT5JC1DCDFGZWJJZXN8A.store" &&
|
||||
data.key.1 == "print" &&
|
||||
format!("{}", data.value) == "Getting key foo".to_string()
|
||||
format!("{}", data.value) == "\"Getting key foo\"".to_string()
|
||||
},
|
||||
_ => false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user