Skip to content

Commit 5c40c93

Browse files
init (#78)
1 parent f6a19c8 commit 5c40c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Destinations/VanillaMockDestination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function returnMockRecords(int $mockValue): array
137137
{
138138
switch ($mockValue) {
139139
case self::VALID_PAGE:
140-
return [1, 2, 3];
140+
return ["fetched" => 3, "vanillaIDs" => [1, 2, 3]];
141141
case self::EMPTY_PAGE:
142142
return [];
143143
case self::INVALID_PAGE:

0 commit comments

Comments
 (0)