Skip to content

Commit

Permalink
Adapted test
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Dec 5, 2023
1 parent 8f53325 commit a963474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ class DecompilerTest extends PropSpec {
}

property("calculateDelay()") {
val script = "calculateDelay(base58'aaa', Address(base58'bbb'), 456)"
val script = "calculateDelay(Address(base58'bbb'), 456)"
assertDecompile(script, script, V8)
}

Expand Down

0 comments on commit a963474

Please sign in to comment.