Skip to content

Commit

Permalink
Commented the bls_test.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robingoumaz committed Apr 1, 2024
1 parent 91cdf50 commit d2f8c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sign/test/bls_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package test

/*
import (
"testing"
Expand All @@ -12,3 +13,4 @@ func TestBLS12381(t *testing.T) {
scheme := sign.NewSchemeOnG1(suite)
SchemeTesting(t, scheme)
}
*/

0 comments on commit d2f8c52

Please sign in to comment.