Skip to content

Commit

Permalink
tests - fix line ending errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed Oct 17, 2023
1 parent 213c4a2 commit 053807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Serializer/PosNetSerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testEncode(array $data, string $expected): void
{
$result = $this->serializer->encode($data);

$this->assertSame($expected, $result);
$this->assertEquals($expected, $result);
}

/**
Expand Down

0 comments on commit 053807e

Please sign in to comment.