From fee265388f19fc0de1aa0f065e275a2fd6188725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 2 Jun 2025 03:11:30 +0200 Subject: [PATCH] improve test name Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/RequestDataIdentificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RequestDataIdentificationTest.php b/tests/RequestDataIdentificationTest.php index ec8ad65e..0f635bf1 100644 --- a/tests/RequestDataIdentificationTest.php +++ b/tests/RequestDataIdentificationTest.php @@ -99,7 +99,7 @@ test('cookie identification works', function (string|null $tenantModelColumn) { // 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); $this->withoutExceptionHandling()->get('test'); });