diff options
Diffstat (limited to 'plugins/jobs/dispatcher_test.go')
-rw-r--r-- | plugins/jobs/dispatcher_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jobs/dispatcher_test.go b/plugins/jobs/dispatcher_test.go index 59e3fd4e..9917642f 100644 --- a/plugins/jobs/dispatcher_test.go +++ b/plugins/jobs/dispatcher_test.go @@ -1,8 +1,9 @@ package jobs import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func Test_Map_All(t *testing.T) { |