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:
parent
bcfa707df7
commit
fee265388f
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue