Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Nov 29, 2023
1 parent 2841e1e commit 558733d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/vm/contracts_suave_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func TestSuavePrecompileStub(t *testing.T) {
"no caller of confidentialStore (0000000000000000000000000000000042020000) is allowed on 00000000000000000000000000000000",
"precompile buildEthBlock (0000000000000000000000000000000042100001) not allowed on 00000000000000000000000000000000",
"only GET and POST methods are supported",
"domain is not allowed",
}

expectedVariableErrors := []*regexp.Regexp{
Expand Down

0 comments on commit 558733d

Please sign in to comment.