summaryrefslogtreecommitdiff
path: root/errors_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-07 15:39:24 +0300
committerWolfy-J <[email protected]>2018-06-07 15:39:24 +0300
commit06e3569fabba6f2e36b5aac4df81484526003a9f (patch)
tree4b130de22bca32de46af3d6ec33577aaa6bdb6e0 /errors_test.go
parent996f00425f1eaf681a840a0dce8ab53b422e1116 (diff)
go fmt
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) {