Skip to content

Commit

Permalink
Merge pull request #1702 from input-output-hk/simple_script_error_msg
Browse files Browse the repository at this point in the history
Remove simple script version from error message
  • Loading branch information
mkoura committed Mar 8, 2023
2 parents 3e7e8e1 + decff96 commit afb33d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_redeemer_with_simple_minting_script(
err_str = str(excinfo.value)
assert (
"expected a script in the Plutus script language, but it is actually "
"using SimpleScriptLanguage SimpleScriptV1" in err_str
"using SimpleScriptLanguage" in err_str
), err_str

@allure.link(helpers.get_vcs_link())
Expand Down

0 comments on commit afb33d7

Please sign in to comment.