Skip to content

Commit

Permalink
logging test err
Browse files Browse the repository at this point in the history
  • Loading branch information
husobee committed Nov 14, 2022
1 parent 4befe8a commit 0796108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (suite *ServerTestSuite) TestRedeemV3() {
suite.Require().NoError(err)

issuerKey, err := suite.srv.GetLatestIssuer(issuer.IssuerType, issuer.IssuerCohort)
suite.Require().NoError(err)
fmt.Println(err)

tokens := make([]*crypto.Token, 1)
token, err := crypto.RandomToken()
Expand Down

0 comments on commit 0796108

Please sign in to comment.