Skip to content

Commit 969f2c1

Browse files
authored
Merge pull request rails#35876 from abhaynikam/fix-typo-for-touch-later-test-case
Fix typo for touch later test description. laster -> later
2 parents a8328f6 + 13126e7 commit 969f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/touch_later_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TouchLaterTest < ActiveRecord::TestCase
1111
fixtures :nodes, :trees
1212

13-
def test_touch_laster_raise_if_non_persisted
13+
def test_touch_later_raise_if_non_persisted
1414
invoice = Invoice.new
1515
Invoice.transaction do
1616
assert_not_predicate invoice, :persisted?

0 commit comments

Comments
 (0)