1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 15:24:03 +00:00

Delete the "utf8" specification in test comment

This commit is contained in:
lukinovec 2026-04-24 12:15:40 +02:00
parent d41ac46340
commit 6b0ff48a86

View file

@ -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;