From dac21a4f2ca514ec35ec8ff32f867bf26c5675f5 Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 27 Aug 2024 19:23:17 +0200 Subject: [PATCH] tests fixtypo --- .../postgresql_schemabuilder/tst_postgresql_schemabuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/unit/orm/schema/postgresql_schemabuilder/tst_postgresql_schemabuilder.cpp b/tests/auto/unit/orm/schema/postgresql_schemabuilder/tst_postgresql_schemabuilder.cpp index c2583638b..543b808c8 100644 --- a/tests/auto/unit/orm/schema/postgresql_schemabuilder/tst_postgresql_schemabuilder.cpp +++ b/tests/auto/unit/orm/schema/postgresql_schemabuilder/tst_postgresql_schemabuilder.cpp @@ -378,7 +378,7 @@ void tst_PostgreSQL_SchemaBuilder::createTable_Charset_Collation_Engine() const Schema::on(connection.getName()) .create(Firewalls, [](Blueprint &table) { - // charset ignored with the PosrgreSQL grammar + // charset ignored with the PostgreSQL grammar table.charset = "WIN1250"; table.id();