Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Oct 1, 2018
1 parent e235d49 commit 98cf31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ integrated inside you http.Client from you already existing tests.
```go
import (
"github.com/stretchr/testify/assert"
"gitlab.com/Peltoche/oaichecker"
"github.com/Peltoche/oaichecker"
)

func Test_Posting_a_valid_pet(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"strings"

"gitlab.com/Peltoche/oaichecker"
"github.com/Peltoche/oaichecker"
)

func Example_specs_format_validations() {
Expand Down

0 comments on commit 98cf31f

Please sign in to comment.