Skip to content

Commit

Permalink
Fixed error reported by golangcibot
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishavadrevu committed Jul 7, 2019
1 parent fc96e56 commit 641acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_numeronym/sirigithub/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestNumeronyms(t *testing.T) {
expected: []string{"😄4😄", "😄🏃😄"}},
{description: "Unicode Strings", input: []string{"日本語日本語", "äö߀’üüüöäßß"},
expected: []string{"日4語", "ä10ß"}},
{description: "Strings with special charecters",
{description: "Strings with special characters",
input: []string{"a##67&a$", "**(]]"},
expected: []string{"a6$", "*3]"}},
}
Expand Down

0 comments on commit 641acb2

Please sign in to comment.