Skip to content

Commit

Permalink
fix: remove duplicate error check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Mar 5, 2024
1 parent e223800 commit e2072ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/cs/scs/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ func (c *IssueDiv0Circuit) Define(api frontend.API) error {
func TestExistDiv0(t *testing.T) {
assert := test.NewAssert(t)
ccs, err := frontend.Compile(ecc.BN254.ScalarField(), scs.NewBuilder, &IssueDiv0Circuit{})
if err != nil {
t.Fatal(err)
}
assert.NoError(err)
w, err := frontend.NewWitness(&IssueDiv0Circuit{
A1: 11, B1: 21,
Expand Down

0 comments on commit e2072ae

Please sign in to comment.