From 9e03172517b80c7175ab1fd2aaf6efdba0fa57bd Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Wed, 6 Jun 2018 16:04:25 +0300 Subject: better server re-configuration --- errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errors_test.go') 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) { -- cgit v1.2.3