Skip to content

Commit 771d30c

Browse files
Arnaud LierDaneEveritt
authored andcommitted
Fix Nest deletion service unit test (pterodactyl#1721)
1 parent 44b94b9 commit 771d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Services/Nests/NestDeletionServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testExceptionIsThrownIfServersAreAttached(int $count)
7373
$this->service->handle(1);
7474
} catch (PterodactylException $exception) {
7575
$this->assertInstanceOf(HasActiveServersException::class, $exception);
76-
$this->assertEquals(trans('exceptions.service.delete_has_servers'), $exception->getMessage());
76+
$this->assertEquals(trans('exceptions.nest.delete_has_servers'), $exception->getMessage());
7777
}
7878
}
7979

0 commit comments

Comments
 (0)