Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 1, 2023
1 parent 5e6cb62 commit da56242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/JobsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
expect(Pulse::entries()[0])->toBeInstanceOf(Entry::class);
expect(Pulse::entries()[0]->table)->toBe('pulse_exceptions');
Pulse::flushEntries();
})->only();
})->todo();

class MyJob implements ShouldQueue
{
Expand Down

0 comments on commit da56242

Please sign in to comment.