Skip to content

Commit

Permalink
fixup! test: add fake API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Jul 6, 2022
1 parent a6652f2 commit ebf97a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/math/nonnative/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ type pairingBLS377 struct {
pairingRes bls12377.GT
}

//lint:ignore U1000 skipped test
func (circuit *pairingBLS377) Define(api frontend.API) error {
pairingRes, _ := sw_bls12377.Pair(api,
[]sw_bls12377.G1Affine{circuit.P},
Expand Down

0 comments on commit ebf97a5

Please sign in to comment.