summaryrefslogtreecommitdiff
path: root/plugins/jobs/job_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jobs/job_test.go')
-rw-r--r--plugins/jobs/job_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jobs/job_test.go b/plugins/jobs/job_test.go
index e1938eca..1f4bf918 100644
--- a/plugins/jobs/job_test.go
+++ b/plugins/jobs/job_test.go
@@ -1,8 +1,9 @@
package jobs
import (
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func TestJob_Body(t *testing.T) {