Skip to content

Commit

Permalink
Fix spelling of test for #1311.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 10, 2013
1 parent b11ad9a commit 3e51a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/externals/ruby1.9/date/test_date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_freeze
assert_instance_of(String, d.to_s)
end

def test_submillisecond_comparassion
def test_submillisecond_comparison
d1 = DateTime.new(2013, 12, 6, 0, 0, Rational(1, 10000))
d2 = DateTime.new(2013, 12, 6, 0, 0, Rational(2, 10000))
# d1 is 0.0001s earlier than d2
Expand Down

0 comments on commit 3e51a6e

Please sign in to comment.