Skip to content

Commit

Permalink
restore change
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 27, 2024
1 parent 9b047e9 commit ce4fd62
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ var(
{{- else}}
input, err := Pack{{$func.Normalized.Name}}()
{{- end}}
SuppliedGas: {{$func.Normalized.Name}}GasCost,
ReadOnly: false,
ExpectedErr: {{if $fail}} ErrCannot{{$func.Normalized.Name}}.Error() {{- else}} "" {{- end}},
require.NoError(t, err)
return input
},
{{- if not $fail}}
// This test is for a successful call. You can set the expected output here.
Expand Down

0 comments on commit ce4fd62

Please sign in to comment.