Skip to content

Commit

Permalink
Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
har777 committed Jul 8, 2024
1 parent f8c9d6e commit a0b5df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/hintrunner/zero/zerohint_others_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ func TestZeroHintOthers(t *testing.T) {
{Name: "n", Kind: apRelative, Value: feltUint64(1)},
},
makeHinter: func(ctx *hintTestContext) hinter.Hinter {
return newNondetElementsOverTWoHint(
return newNondetElementsOverTwoHint(
ctx.operanders["n"],
)
},
Expand All @@ -548,7 +548,7 @@ func TestZeroHintOthers(t *testing.T) {
{Name: "n", Kind: apRelative, Value: feltUint64(2)},
},
makeHinter: func(ctx *hintTestContext) hinter.Hinter {
return newNondetElementsOverTWoHint(
return newNondetElementsOverTwoHint(
ctx.operanders["n"],
)
},
Expand Down

0 comments on commit a0b5df9

Please sign in to comment.