fix(i18n): delete duplicate text in test desc (#37975)

This commit is contained in:
Gregory Gubarev 2019-12-23 19:17:10 +04:00 committed by mrugesh
parent d08a87bcd6
commit 8bd2fb8bc5

View File

@ -43,7 +43,7 @@ tests:
testString: assert(mutation(["hello", "neo"]) === false);
- text: <code>mutation(["voodoo", "no"])</code> should return false.
testString: assert(mutation(["voodoo", "no"]) === false);
- text: <code>mutation(["ate", "date"] should return false</code> should return false.
- text: <code>mutation(["ate", "date"]</code> should return false.
testString: assert(mutation(["ate", "date"]) === false);
- text: <code>mutation(["Tiger", "Zebra"])</code> should return false.
testString: assert(mutation(["Tiger", "Zebra"]) === false);