aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bug_actions_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-11 22:04:16 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-11 22:14:46 +0200
commit3605887345792d2f981f971c6c4a2cb7f86a343e (patch)
treeafd525b6e3a638e4c619a5a986fcb2811c297444 /tests/bug_actions_test.go
parent7b05983c19af4da70f2a9a5062913f4e4f5d5faa (diff)
downloadgit-bug-3605887345792d2f981f971c6c4a2cb7f86a343e.tar.gz
reorganize package for a more idomatic go
Diffstat (limited to 'tests/bug_actions_test.go')
-rw-r--r--tests/bug_actions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bug_actions_test.go b/tests/bug_actions_test.go
index afd6e4b4..19359e33 100644
--- a/tests/bug_actions_test.go
+++ b/tests/bug_actions_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/MichaelMure/git-bug/bug"
- "github.com/MichaelMure/git-bug/bug/operations"
+ "github.com/MichaelMure/git-bug/operations"
"github.com/MichaelMure/git-bug/repository"
)