We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f74ed7 commit f73ec9dCopy full SHA for f73ec9d
contracts/evoting/admin_test.go
@@ -1,11 +1,12 @@
1
package evoting
2
3
import (
4
- "github.com/c4dt/d-voting/contracts/evoting/types"
+ "testing"
5
+
6
+ "github.com/dedis/d-voting/contracts/evoting/types"
7
"github.com/stretchr/testify/require"
8
"go.dedis.ch/dela/serde"
9
sjson "go.dedis.ch/dela/serde/json"
- "testing"
10
)
11
12
var ctxAdminTest serde.Context
contracts/evoting/json/adminList.go
@@ -1,7 +1,7 @@
package json
"golang.org/x/xerrors"
0 commit comments