Skip to content

Commit f77f78e

Browse files
committed
add missing assertion
1 parent 04ee49a commit f77f78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ public function testDecodeEmptyData()
223223

224224
public function testMultipleEmptyHeaderNamesWithSeparator()
225225
{
226-
$this->encoder->decode(',.
227-
,', 'csv');
226+
$this->assertSame([['', [1 => '']]], $this->encoder->decode(',.
227+
,', 'csv'));
228228
}
229229

230230
public function testEncodeVariableStructure()

0 commit comments

Comments
 (0)