From 939bcd57b9446b9dce78d7a8c3b15fa13e6320f7 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 27 Jun 2020 22:00:15 +0200 Subject: repo: more tests --- misc/random_bugs/create_random_bugs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/random_bugs/create_random_bugs.go b/misc/random_bugs/create_random_bugs.go index b5c19e63..7ac18db4 100644 --- a/misc/random_bugs/create_random_bugs.go +++ b/misc/random_bugs/create_random_bugs.go @@ -5,10 +5,11 @@ import ( "strings" "time" + "github.com/icrowley/fake" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/identity" "github.com/MichaelMure/git-bug/repository" - "github.com/icrowley/fake" ) type opsGenerator func(bug.Interface, identity.Interface, int64) -- cgit