Skip to content

Commit

Permalink
Edit testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 18, 2022
1 parent 3afcf7f commit 0c20365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kenall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"testing"
"time"

"github.com/osamingo/go-kenall"
"github.com/osamingo/go-kenall/v2"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package kenall_test
import (
"testing"

"github.com/osamingo/go-kenall"
"github.com/osamingo/go-kenall/v2"
)

func TestWithHTTPClient(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/osamingo/go-kenall"
"github.com/osamingo/go-kenall/v2"
)

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

0 comments on commit 0c20365

Please sign in to comment.