Skip to content

Commit

Permalink
Fix API error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-pereiaslavskaia committed Dec 11, 2023
1 parent 6cffd93 commit fa8c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/testdata/set_asset_script_tx_testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func GetSetAssetScriptNegativeData(suite *f.BaseSuite, assetID crypto.Digest) ma
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: "Invalid version of script",
ErrBrdCstScalaMsg: "ScriptParseError(Invalid checksum)",
}),
"Asset was issued by other Account": NewSetAssetScriptTestData(
utl.GetAccount(suite, utl.DefaultRecipientNotMiner),
Expand Down

0 comments on commit fa8c1b0

Please sign in to comment.