From 2c38cafb33999ca09f926cf07e9b74056dec308b Mon Sep 17 00:00:00 2001 From: minchao Date: Fri, 6 Sep 2019 21:59:33 +0800 Subject: [PATCH] Fix ItemTest --- tests/Nodes/Item/ItemTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], ],