mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/bigdecimal] Fix typo
https://github.com/ruby/bigdecimal/commit/79c09b4dac
This commit is contained in:
parent
d77f2ff5b4
commit
506728d0b8
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ class TestBigDecimal < Test::Unit::TestCase
|
|||
assert_raise_with_message(FloatDomainError, "Computation results in '-Infinity'") { BigDecimal("-1") / 0 }
|
||||
end
|
||||
|
||||
def test_dev_precision
|
||||
def test_div_precision
|
||||
bug13754 = '[ruby-core:82107] [Bug #13754]'
|
||||
a = BigDecimal('101')
|
||||
b = BigDecimal('0.9163472602589686')
|
||||
|
|
Loading…
Add table
Reference in a new issue