aboutsummaryrefslogtreecommitdiff
path: root/rutina_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rutina_test.go')
-rwxr-xr-xrutina_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/rutina_test.go b/rutina_test.go
index cff73c4..361d5eb 100755
--- a/rutina_test.go
+++ b/rutina_test.go
@@ -2,10 +2,9 @@ package rutina
import (
"context"
+ "errors"
"testing"
"time"
-
- "github.com/pkg/errors"
)
func TestSuccess(t *testing.T) {