Skip to content

Commit fa87035

Browse files
Update test case
1 parent a4ae70e commit fa87035

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/TestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace RichanFongdasen\GCRWorker\Tests;
44

55
use Orchestra\Testbench\TestCase as BaseTest;
6-
use RichanFongdasen\GCRWorker\Facade\GcrQueue;
76

87
abstract class TestCase extends BaseTest
98
{
@@ -47,7 +46,7 @@ protected function getPackageAliases($app): array
4746

4847
return [
4948
'Route' => \Illuminate\Support\Facades\Route::class,
50-
'GcrQueue' => GcrQueue::class,
49+
'GcrQueue' => \RichanFongdasen\GCRWorker\Facade\GcrQueue::class,
5150
];
5251
}
5352

0 commit comments

Comments
 (0)