Skip to content

Commit 20ebb56

Browse files
committed
Fix test
1 parent bf8776c commit 20ebb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MbTranscoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getStrings()
6767
{
6868
return [
6969
['‘España’', 'windows-1252'],
70-
['España', 'iso-8859-1']
70+
['España', 'iso-8859-1']
7171
];
7272
}
7373
}

0 commit comments

Comments
 (0)