diff options
author | Wolfy-J <[email protected]> | 2018-06-06 16:04:25 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-06 16:04:25 +0300 |
commit | 9e03172517b80c7175ab1fd2aaf6efdba0fa57bd (patch) | |
tree | b89acebbd99d3fb316dc827a7bfcb689929e8912 /errors_test.go | |
parent | c0abdf657a0a5de02b63683a60bf13b88895ef79 (diff) |
better server re-configuration
Diffstat (limited to 'errors_test.go')
-rw-r--r-- | errors_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errors_test.go b/errors_test.go index d7b2feb4..531ef675 100644 --- a/errors_test.go +++ b/errors_test.go @@ -3,7 +3,7 @@ package roadrunner import ( "github.com/stretchr/testify/assert" "testing" - "github.com/go-errors/errors" + "errors" ) func Test_JobError_Error(t *testing.T) { |