summaryrefslogtreecommitdiff
path: root/plugins/jobs/dispatcher_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-22 11:44:22 +0300
committerValery Piashchynski <[email protected]>2021-06-22 11:44:22 +0300
commit1a2a1f4735e40675abf6cd9767c99374359ec2bb (patch)
tree5abedf7306b50b02ba3892c0bc562307a62eb332 /plugins/jobs/dispatcher_test.go
parent260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (diff)
- Remove all old code, reformat, fix linters, return GA
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/jobs/dispatcher_test.go')
-rw-r--r--plugins/jobs/dispatcher_test.go3
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) {