diff options
Diffstat (limited to 'commands/select/select_test.go')
-rw-r--r-- | commands/select/select_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/select/select_test.go b/commands/select/select_test.go index 4425c275..9ac18689 100644 --- a/commands/select/select_test.go +++ b/commands/select/select_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/repository" ) func TestSelect(t *testing.T) { |