diff --git a/test/LinkTest.php b/test/LinkTest.php index 093f527..6fe9e4c 100644 --- a/test/LinkTest.php +++ b/test/LinkTest.php @@ -45,7 +45,7 @@ public function testCanConstructLinkWithRelationAndTemplatedFlag(): void public function testCanConstructLinkWithRelationAndAttributes(): void { - $attributes = ['foo' => 'bar', 'baz' => null]; + $attributes = ['foo' => 'bar', 'bar' => null]; $link = new Link('self', '', false, $attributes); $this->assertEquals(['self'], $link->getRels()); $this->assertEquals($attributes, $link->getAttributes());