Skip to content

Commit f73ec9d

Browse files
committed
fix: fix module reference
1 parent 4f74ed7 commit f73ec9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contracts/evoting/admin_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package evoting
22

33
import (
4-
"github.com/c4dt/d-voting/contracts/evoting/types"
4+
"testing"
5+
6+
"github.com/dedis/d-voting/contracts/evoting/types"
57
"github.com/stretchr/testify/require"
68
"go.dedis.ch/dela/serde"
79
sjson "go.dedis.ch/dela/serde/json"
8-
"testing"
910
)
1011

1112
var ctxAdminTest serde.Context

contracts/evoting/json/adminList.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package json
22

33
import (
4-
"github.com/c4dt/d-voting/contracts/evoting/types"
4+
"github.com/dedis/d-voting/contracts/evoting/types"
55
"go.dedis.ch/dela/serde"
66
"golang.org/x/xerrors"
77
)

0 commit comments

Comments
 (0)