Skip to content

Commit f339b3d

Browse files
committed
update import paths
1 parent 52c078c commit f339b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecc/bn254/fr/tensor-commitment/commitment_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"strconv"
2323
"testing"
2424

25-
"github.com/consensys/gnark-crypto/ecc/bn254/fr"
26-
"github.com/consensys/gnark-crypto/ecc/bn254/fr/sis"
25+
"github.com/Overclock-Validator/gnark-crypto/ecc/bn254/fr"
26+
"github.com/Overclock-Validator/gnark-crypto/ecc/bn254/fr/sis"
2727
"github.com/stretchr/testify/require"
2828
)
2929

0 commit comments

Comments
 (0)