Skip to content

Commit

Permalink
Drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Mar 18, 2024
1 parent d1a83ea commit 4dc51eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/Recorders/QueuesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ function queueAggregates()
Pulse::ignore(fn () => expect(Queue::size())->toBe(1));
$aggregates = queueAggregates();
expect($aggregates)->toHaveCount(12);
// Fail...
expect($aggregates)->toContainAggregateForAllPeriods(
type: 'queued',
aggregate: 'count',
Expand Down

0 comments on commit 4dc51eb

Please sign in to comment.