Skip to content

Commit

Permalink
Merge pull request #160 from ElrondNetwork/fix-travis
Browse files Browse the repository at this point in the history
Fix formatting (mandos tests)
  • Loading branch information
andreibancioiu authored Aug 31, 2020
2 parents 888ce6e + 40c4665 commit 1ab9d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arwenmandos/stepCheckTxResult.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func checkTxResults(

if !blResult.Message.Check([]byte(output.ReturnMessage)) {
return fmt.Errorf("result message mismatch. Tx %s. Want: %s. Have: %s",
txIndex, blResult.Message, output.ReturnMessage)
txIndex, blResult.Message.Original, output.ReturnMessage)
}

// check result
Expand Down

0 comments on commit 1ab9d35

Please sign in to comment.