Skip to content

Commit

Permalink
Import class
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 25, 2023
1 parent 513dc10 commit 1540b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/WorkCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use Laravel\Pulse\RedisAdapter;

it('does not use stream records older than 7 days', function () {
RedisAdapter::xadd('pulse_requests', [
'duration' => $startedAt->diffInMilliseconds(now()),
Expand Down

0 comments on commit 1540b2d

Please sign in to comment.