We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261c655 commit b62e896Copy full SHA for b62e896
test/cases/coerced_tests.rb
@@ -1276,7 +1276,7 @@ def test_does_not_duplicate_optimizer_hints_on_merge_coerced
1276
def test_marshal_load_legacy_relation_coerced
1277
path = File.expand_path(
1278
"support/marshal_compatibility_fixtures/legacy_relation.dump",
1279
- root_activerecord_test
+ ARTest::SQLServer.root_activerecord_test
1280
)
1281
assert_equal 11, Marshal.load(File.binread(path)).size
1282
end
0 commit comments