1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00

Update tests/DomainTest.php

Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
Abrar Ahmad 2022-07-25 17:54:19 +05:00 committed by GitHub
parent 0f7ab8a368
commit f99980555b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ test('onfail logic can be customized', function () {
->assertSee('foo');
});
test('throw correct exception when onFail is null and universal route is enabled', function () {
test('throw correct exception when onFail is null and universal routes are enabled', function () {
// un-define onFail logic
InitializeTenancyByDomain::$onFail = null;