diff --git a/tests/Nodes/Item/ItemTest.php b/tests/Nodes/Item/ItemTest.php index 677d441..158e83c 100644 --- a/tests/Nodes/Item/ItemTest.php +++ b/tests/Nodes/Item/ItemTest.php @@ -43,7 +43,7 @@ public function itemCasesProvider(): array ], 'attributes' => [ [ - 'attribute_id' => 10, + 'attributes_id' => 10, 'value' => 'starship', ], ],