Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kkumar-gcc committed Nov 21, 2023
1 parent 774dfd2 commit 33283b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translation/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ func (t *TranslatorTestSuite) TestSetLocale() {
translator = NewTranslator(http.Background(), t.mockLoader, "en", "en")
newCtx = translator.SetLocale("lv")
t.Equal("lv", translator.locale)
t.Equal("lv", newCtx.Value(string(localeKey)))
}

func (t *TranslatorTestSuite) TestLoad() {
Expand Down

0 comments on commit 33283b9

Please sign in to comment.