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

Commit

Permalink
Formatting error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mesuutt committed Jul 21, 2017
1 parent 7250522 commit 43d605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestGettingMeaningOfWordWithOtherTerms(t *testing.T) {
result, _ := tureng.Translate(text)

if len(result.TranslationGroups[1].Translations) == 0 {
t.Errorf("Should be other meanings of '%s' exists. But not found")
t.Errorf("Should be other meanings of '%s' exists. But not found", text)
}
}

Expand Down

0 comments on commit 43d605f

Please sign in to comment.