Skip to content

Commit

Permalink
fix failing test in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
edoshor committed Apr 16, 2019
1 parent 5be8553 commit fd55263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/autoname_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (suite *AutonameSuite) TestGenericDescriberContentUnit() {
suite.Equal(metadata.FinalName, i18n.Name.String, "%s techincal name", i18n.Language)
suite.Len(i18ns, 3, "len(i18ns)")
} else {
suite.Len(i18ns, 7, "len(i18ns)")
suite.Len(i18ns, 8, "len(i18ns)")
suite.NotEmpty(i18n.Name.String, "%s name empty", i18n.Language)
suite.NotEqual(metadata.FinalName, i18n.Name.String, "%s name", i18n.Language)
}
Expand Down

0 comments on commit fd55263

Please sign in to comment.