mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:54:02 +00:00
minor changes
This commit is contained in:
parent
7fd065f17b
commit
3b5e1fb494
2 changed files with 1 additions and 5 deletions
|
|
@ -197,10 +197,6 @@ class QueueTest extends TestCase
|
|||
*/
|
||||
public function tenancy_is_initialized_when_retrying_jobs(bool $shouldEndTenancy)
|
||||
{
|
||||
if (! Str::startsWith(app()->version(), '8')) {
|
||||
$this->markTestSkipped('queue:retry tenancy is only supported in Laravel 8');
|
||||
}
|
||||
|
||||
$this->withFailedJobs();
|
||||
$this->withTenantDatabases();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue