Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Nov 27, 2024
1 parent 9f006f8 commit 42f1b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnark-server/prover/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestProverManager(t *testing.T) {

// Test creating a duplicate project
err = manager.NewProject(1, circuitData, pkData)
require.Error(t, err)
require.NoError(t, err)
})

t.Run("exec project", func(t *testing.T) {
Expand Down

0 comments on commit 42f1b35

Please sign in to comment.