Fix Nest deletion service unit test (#1721)
This commit is contained in:
parent
44b94b9499
commit
771d30cc11
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class NestDeletionServiceTest extends TestCase
|
||||||
$this->service->handle(1);
|
$this->service->handle(1);
|
||||||
} catch (PterodactylException $exception) {
|
} catch (PterodactylException $exception) {
|
||||||
$this->assertInstanceOf(HasActiveServersException::class, $exception);
|
$this->assertInstanceOf(HasActiveServersException::class, $exception);
|
||||||
$this->assertEquals(trans('exceptions.service.delete_has_servers'), $exception->getMessage());
|
$this->assertEquals(trans('exceptions.nest.delete_has_servers'), $exception->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue