diff options
Diffstat (limited to 'tests/read_bugs_test.go')
-rw-r--r-- | tests/read_bugs_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/read_bugs_test.go b/tests/read_bugs_test.go index fd9e994b..d6c0447f 100644 --- a/tests/read_bugs_test.go +++ b/tests/read_bugs_test.go @@ -3,7 +3,7 @@ package tests import ( "testing" - "github.com/MichaelMure/git-bug/bug" + "github.com/MichaelMure/git-bug/entities/bug" "github.com/MichaelMure/git-bug/misc/random_bugs" "github.com/MichaelMure/git-bug/repository" ) |