Skip to content

Commit

Permalink
fix: fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Jan 21, 2025
1 parent 4f74ed7 commit f73ec9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions contracts/evoting/admin_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package evoting

import (
"github.com/c4dt/d-voting/contracts/evoting/types"
"testing"

"github.com/dedis/d-voting/contracts/evoting/types"
"github.com/stretchr/testify/require"
"go.dedis.ch/dela/serde"
sjson "go.dedis.ch/dela/serde/json"
"testing"
)

var ctxAdminTest serde.Context
Expand Down
2 changes: 1 addition & 1 deletion contracts/evoting/json/adminList.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package json

import (
"github.com/c4dt/d-voting/contracts/evoting/types"
"github.com/dedis/d-voting/contracts/evoting/types"
"go.dedis.ch/dela/serde"
"golang.org/x/xerrors"
)
Expand Down

0 comments on commit f73ec9d

Please sign in to comment.