summaryrefslogtreecommitdiff
path: root/errors_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-05 22:48:27 +0300
committerWolfy-J <[email protected]>2018-06-05 22:48:27 +0300
commit6adaf713b47c9a3ab3a516e21d2d4ecf7f2075d6 (patch)
tree6bcf1bfea1e2f87a3ae7065612c0df43c90c1cdc /errors_test.go
parent3112f9b58c73773cea972fd79f04d33f8f7d7edd (diff)
breaking the tests
Diffstat (limited to 'errors_test.go')
-rw-r--r--errors_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/errors_test.go b/errors_test.go
deleted file mode 100644
index 9b0fa53e..00000000
--- a/errors_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package roadrunner
-
-import (
- "github.com/stretchr/testify/assert"
- "testing"
-)
-
-func Test_JobError_Error(t *testing.T) {
- e := JobError([]byte("error"))
- assert.Equal(t, "error", e.Error())
-}