Skip to content

Commit b1147b8

Browse files
committed
Update test "test_can_configure_and_export" to validate "item_category" is not NOT array
1 parent 397887d commit b1147b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/ItemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function test_can_configure_and_export()
4444
$this->assertArrayHasKey('quantity', $asArray);
4545
$this->assertArrayHasKey('index', $asArray);
4646
$this->assertArrayHasKey('item_category', $asArray);
47-
$this->assertIsArray($asArray['item_category']);
47+
$this->assertIsNotArray($asArray['item_category']);
4848
}
4949

5050
public function test_can_configure_arrayable()

0 commit comments

Comments
 (0)