summaryrefslogtreecommitdiff
path: root/errors_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors_test.go')
-rw-r--r--errors_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/errors_test.go b/errors_test.go
index 6bb650af..75a86840 100644
--- a/errors_test.go
+++ b/errors_test.go
@@ -2,8 +2,9 @@ package roadrunner
import (
"errors"
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func Test_JobError_Error(t *testing.T) {