Skip to content

Commit

Permalink
Fix duplicated legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed May 7, 2021
1 parent fc663b9 commit 511953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Annotation/SerializedNameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testNotAStringSerializedNameParameter($value)

public function testSerializedNameParameters()
{
$maxDepth = new SerializedName(['value' => 'foo']);
$maxDepth = new SerializedName('foo');
$this->assertEquals('foo', $maxDepth->getSerializedName());
}

Expand Down

0 comments on commit 511953d

Please sign in to comment.