aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug_test.go')
-rw-r--r--bug/bug_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/bug/bug_test.go b/bug/bug_test.go
index e104f921..4c3952eb 100644
--- a/bug/bug_test.go
+++ b/bug/bug_test.go
@@ -1,13 +1,12 @@
package bug
import (
+ "testing"
"time"
"github.com/MichaelMure/git-bug/identity"
"github.com/MichaelMure/git-bug/repository"
"github.com/stretchr/testify/assert"
-
- "testing"
)
func TestBugId(t *testing.T) {