Skip to content

Commit

Permalink
tests fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 27, 2024
1 parent 13486e6 commit dac21a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dac21a4

Please sign in to comment.