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