fix(i18n): delete duplicate text in test desc (#37975)
This commit is contained in:
parent
d08a87bcd6
commit
8bd2fb8bc5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user