From 6b0ff48a863af6bebc9b632f493ece4330e50ae7 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 24 Apr 2026 12:15:40 +0200 Subject: [PATCH] Delete the "utf8" specification in test comment --- tests/TenantDatabaseManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index ccb5cf64..d9dd05c8 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -558,7 +558,7 @@ test('newly created postgres databases use the correct charset', function (strin $databaseName = $tenant->database()->getName(); - // Postgres server's default charset (utf8) + // Postgres server's default charset $serverCharset = DB::connection('pgsql') ->selectOne("SELECT pg_encoding_to_char(encoding) AS encoding FROM pg_database WHERE datname = 'template1'") ->encoding;