Skip to content

Commit

Permalink
Fix ItemTest
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Sep 6, 2019
1 parent 348a8e8 commit 2c38caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Nodes/Item/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function itemCasesProvider(): array
],
'attributes' => [
[
'attribute_id' => 10,
'attributes_id' => 10,
'value' => 'starship',
],
],
Expand Down

0 comments on commit 2c38caf

Please sign in to comment.