Skip to content

Commit 38ee087

Browse files
committed
Fix typo: has -> hash
1 parent 881ea9d commit 38ee087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/fixtures_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ def test_composite_identify_hashes_to_same_values_based_on_position_in_key
17271727

17281728
assert_equal id, id_hash_two.values.first
17291729
assert_equal id, id_hash_three.values.first
1730-
assert_equal id_has_two.values, id_hash_three.values.slice(0, 2)
1730+
assert_equal id_hash_two.values, id_hash_three.values.slice(0, 2)
17311731
end
17321732
end
17331733
end

0 commit comments

Comments
 (0)