Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Feb 5, 2021
1 parent 74d1d34 commit 6b7e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Test_Tr(t *testing.T) {
if len(langs) != 1 {
t.Errorf("expect '1', got '%d'", len(langs))
} else if langs[0] != "en-US" {
t.Errorf("expect 'en-US', got '%s'", langs)
t.Errorf("expect 'en-US', got '%s'", langs[0])
}

Flush()
Expand Down

0 comments on commit 6b7e483

Please sign in to comment.