From f99980555b56dac8ac96e5a841ec03ffa7e7a402 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 25 Jul 2022 17:54:19 +0500 Subject: [PATCH] Update tests/DomainTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- tests/DomainTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DomainTest.php b/tests/DomainTest.php index f1473949..594270e1 100644 --- a/tests/DomainTest.php +++ b/tests/DomainTest.php @@ -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;