Skip to content

Commit

Permalink
remove test for removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed May 26, 2022
1 parent 0fff298 commit 0455edc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions circuits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package circuits

import (
"encoding/json"
"fmt"
"math/big"
"testing"

Expand Down Expand Up @@ -40,11 +39,3 @@ func TestUnmarshalCircuitOutput_Err(t *testing.T) {

assert.Equal(t, err, ErrorCircuitIDNotFound)
}

func TestGetVerificationKey(t *testing.T) {

got, err := GetVerificationKey(AuthCircuitID)
assert.NoError(t, err)

fmt.Println(string(got))
}

0 comments on commit 0455edc

Please sign in to comment.