Skip to content

Commit

Permalink
Fix tests on Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Aug 8, 2019
1 parent 2f8fea4 commit 6ee0234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion error_context_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

"github.com/pkg/errors"
"emperror.dev/errors"
)

func TestWith(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion error_stack_test.go
Expand Up @@ -4,7 +4,7 @@ import (
stderrors "errors"
"testing"

"github.com/pkg/errors"
"emperror.dev/errors"
)

func TestExposeStackTrace(t *testing.T) {
Expand Down

0 comments on commit 6ee0234

Please sign in to comment.