diff --git a/main_test.go b/main_test.go index 5c90870..6ba9f4f 100644 --- a/main_test.go +++ b/main_test.go @@ -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) } }