diff options
Diffstat (limited to 'rutina_test.go')
-rwxr-xr-x | rutina_test.go | 3 |
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) { |