Skip to content

Commit db1a353

Browse files
committed
Remove $global mistakenly left in test
This was accidentally left in when this change was [submitted][1] to main. This was already addressed in the backport commit but this addresses it for main. [1]: 57a9e25
1 parent fea9ad3 commit db1a353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/test/cases/migration/compatibility_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,6 @@ def migrate(x)
783783
end
784784
}.new(nil, 0)
785785

786-
$global = true
787-
788786
change_migration = Class.new(migration_class) {
789787
def migrate(x)
790788
change_column :more_testings, :published_at, :datetime

0 commit comments

Comments
 (0)