Skip to content

Commit 744ceae

Browse files
committed
fix(go): Fix go module in tests
1 parent e19ae51 commit 744ceae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/go/test/api_custom_metadata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/http/httptest"
88
"testing"
99

10-
"github.com/phrase/phrase-go/v3" // x-release-please-major
10+
"github.com/phrase/phrase-go/v4" // x-release-please-major
1111
"github.com/stretchr/testify/assert"
1212
"github.com/stretchr/testify/require"
1313
)

clients/go/test/api_jobs_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/go/test/api_locales_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/go/test/api_uploads_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)