Skip to content

Commit b62e896

Browse files
author
Aidan Haran
committed
Fix
1 parent 261c655 commit b62e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ def test_does_not_duplicate_optimizer_hints_on_merge_coerced
12761276
def test_marshal_load_legacy_relation_coerced
12771277
path = File.expand_path(
12781278
"support/marshal_compatibility_fixtures/legacy_relation.dump",
1279-
root_activerecord_test
1279+
ARTest::SQLServer.root_activerecord_test
12801280
)
12811281
assert_equal 11, Marshal.load(File.binread(path)).size
12821282
end

0 commit comments

Comments
 (0)