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 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) {