Skip to content

Commit 64c059e

Browse files
committed
Fix unit test
1 parent 554d56d commit 64c059e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Columns/CollectionColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function uncast_dataProvider(): array
119119
],
120120
[
121121
'value' => $collection,
122-
'expected' => json_encode([$sub1, $sub2]),
122+
'expected' => json_encode([$sub1->toArray(), $sub2->toArray()]),
123123
],
124124
];
125125
}

0 commit comments

Comments
 (0)