aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/read_bugs_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/read_bugs_test.go b/tests/read_bugs_test.go
index d6c0447f..689a64fd 100644
--- a/tests/read_bugs_test.go
+++ b/tests/read_bugs_test.go
@@ -3,9 +3,9 @@ package tests
import (
"testing"
- "github.com/MichaelMure/git-bug/entities/bug"
- "github.com/MichaelMure/git-bug/misc/random_bugs"
- "github.com/MichaelMure/git-bug/repository"
+ "github.com/git-bug/git-bug/entities/bug"
+ "github.com/git-bug/git-bug/misc/random_bugs"
+ "github.com/git-bug/git-bug/repository"
)
func TestReadBugs(t *testing.T) {