From 7934912393dbc2c9cca2c3bf1a0ca63ddcf6d3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 1 Jun 2022 15:40:44 +0200 Subject: [PATCH] trigger ci --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 6a98475f..145a93c5 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -106,7 +106,7 @@ class CommandsTest extends TestCase tenancy()->initialize($tenant); - // Check for both tables to see if missing migrations also get executed. + // Check for both tables to see if missing migrations also get executed $this->assertTrue(Schema::hasTable('schema_users')); $this->assertTrue(Schema::hasTable('users')); }