Skip to content

Commit 3586ce6

Browse files
committed
Revert Wrong Change
1 parent 5a54c0d commit 3586ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AuthContextQueueListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
});
5757

5858
it('preserves auth context when Listener is executed', function () {
59-
Queue::setDefaultDriver('sync');
59+
Queue::setDefaultDriver('database');
6060

6161
/** @var \Mockery\Mock $loggerSpy */
6262
$loggerSpy = Mockery::spy('logger');

0 commit comments

Comments
 (0)