Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jan 22, 2021
1 parent cc45128 commit ec4293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tests/interpreter/enum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestInterpretEnumInContract(t *testing.T) {
contract := c.(*interpreter.CompositeValue)

e := contract.Fields["e"]
require.IsType(t, &interpreter.CompositeValue{}, c)
require.IsType(t, &interpreter.CompositeValue{}, e)
enumCase := e.(*interpreter.CompositeValue)

require.Equal(t,
Expand Down

0 comments on commit ec4293e

Please sign in to comment.