Skip to content

Commit

Permalink
fix(go): Fix go module in tests (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Dec 18, 2024
1 parent 32dc728 commit d594b38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/go/test/api_custom_metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"

"github.com/phrase/phrase-go/v3" // x-release-please-major
"github.com/phrase/phrase-go/v4" // x-release-please-major
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion clients/go/test/api_jobs_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/go/test/api_locales_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/go/test/api_uploads_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d594b38

Please sign in to comment.