summaryrefslogtreecommitdiff
path: root/errors_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-06 16:04:25 +0300
committerWolfy-J <[email protected]>2018-06-06 16:04:25 +0300
commit9e03172517b80c7175ab1fd2aaf6efdba0fa57bd (patch)
treeb89acebbd99d3fb316dc827a7bfcb689929e8912 /errors_test.go
parentc0abdf657a0a5de02b63683a60bf13b88895ef79 (diff)
better server re-configuration
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 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) {