summaryrefslogtreecommitdiff
path: root/internal/fsm
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fsm')
-rw-r--r--internal/fsm/fsm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fsm/fsm_test.go b/internal/fsm/fsm_test.go
index abe73e7..c160477 100644
--- a/internal/fsm/fsm_test.go
+++ b/internal/fsm/fsm_test.go
@@ -6,7 +6,7 @@ import (
"sort"
"testing"
- "github.com/eduvpn/eduvpn-common/internal/test"
+ "codeberg.org/eduVPN/eduvpn-common/internal/test"
)
func TestSortSlice(t *testing.T) {