1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 01:14:03 +00:00

improve test name

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Samuel Štancl 2025-06-02 03:11:30 +02:00 committed by GitHub
parent bcfa707df7
commit fee265388f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ test('cookie identification works', function (string|null $tenantModelColumn) {
// todo@tests encrypted cookie // todo@tests encrypted cookie
test('an exception is thrown when no tenant data is not provided in the request', function () { test('an exception is thrown when no tenant data is provided in the request', function () {
pest()->expectException(TenantCouldNotBeIdentifiedByRequestDataException::class); pest()->expectException(TenantCouldNotBeIdentifiedByRequestDataException::class);
$this->withoutExceptionHandling()->get('test'); $this->withoutExceptionHandling()->get('test');
}); });