Skip to content

Commit

Permalink
Fix error message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Aug 20, 2019
1 parent 2aef5fe commit 30fef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ fn test_deliver_tx_error_log() {
let tx_result = node.user().commit_transaction(tx).unwrap();
assert_eq!(
tx_result.transactions[0].result.logs[0],
"Runtime error: Sender does not have enough balance 999999950000000 for operation costing 1000000000000001"
"Runtime error: Sender alice.near does not have enough balance 999999950000000 for operation costing 1000000000000008"
);
}

0 comments on commit 30fef7e

Please sign in to comment.