1
0
Fork 0
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:
Kenta Murata 2022-01-19 14:31:17 +09:00
parent d77f2ff5b4
commit 506728d0b8
No known key found for this signature in database
GPG key ID: CEFE8AFB6081B062

View file

@ -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')