We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running go test with Go 1.21.0, there's a unit test failure.
go test
PASS ok github.com/gobuffalo/mw-i18n/v2 0.281s
--- FAIL: Test_i18n_Localized_View (0.00s) i18n_test.go:165: Error Trace: /Users/meta/Go/src/github.com/gobuffalo/mw-i18n/i18n_test.go:165 Error: Not equal: expected: "Default" actual : "Hello!" Diff: --- Expected +++ Actual @@ -1 +1 @@ -Default +Hello! Test: Test_i18n_Localized_View
Installed via rtx:
rtx install [email protected] rtx install [email protected]
Test:
rtx use [email protected] go test # succeeds rtx use [email protected] go test # fails
macOS on Apple M2 Max.
The text was updated successfully, but these errors were encountered:
Saw the note about this repo being deprecated, moved the bug report to gobuffalo/middleware#3
Sorry, something went wrong.
No branches or pull requests
Description
Description
When running
go test
with Go 1.21.0, there's a unit test failure.Expected Behavior
Actual Behavior
To Reproduce
Installed via rtx:
Test:
Additional Context
macOS on Apple M2 Max.
The text was updated successfully, but these errors were encountered: