Skip to content

Commit 9cf2556

Browse files
committed
fix(test): us english names
1 parent 3b5ac09 commit 9cf2556

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/excludes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapterTest.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
# NOTE: The expression `do $$ BEGIN RAISE WARNING 'foo'; END; $$` works with PG, not CRDB.
2626
plpgsql_needed = "PL-PGSQL differs in CockroachDB. Not tested yet. See #339"
27-
exclude :test_ignores_warnings_when_behaviour_ignore, plpgsql_needed
28-
exclude :test_logs_warnings_when_behaviour_log, plpgsql_needed
29-
exclude :test_raises_warnings_when_behaviour_raise, plpgsql_needed
30-
exclude :test_reports_when_behaviour_report, plpgsql_needed
31-
exclude :test_warnings_behaviour_can_be_customized_with_a_proc, plpgsql_needed
27+
exclude :test_ignores_warnings_when_behavior_ignore, plpgsql_needed
28+
exclude :test_logs_warnings_when_behavior_log, plpgsql_needed
29+
exclude :test_raises_warnings_when_behavior_raise, plpgsql_needed
30+
exclude :test_reports_when_behavior_report, plpgsql_needed
31+
exclude :test_warnings_behavior_can_be_customized_with_a_proc, plpgsql_needed
3232
exclude :test_allowlist_of_warnings_to_ignore, plpgsql_needed
3333
exclude :test_allowlist_of_warning_codes_to_ignore, plpgsql_needed
3434

0 commit comments

Comments
 (0)