Skip to content

Commit

Permalink
Issue #101: Increase recording depth.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Nov 10, 2024
1 parent 49ab3b0 commit 6755cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/OckServicesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testServices(): void {
// Originally the idea was to populate the array with something other than
// just null. For now, it is just that.
$export = array_fill_keys($ids, null);
$this->assertAsRecorded($export, 'services', 8);
$this->assertAsRecorded($export, 'services');
}

/**
Expand Down

0 comments on commit 6755cbd

Please sign in to comment.