Skip to content

Commit 79c09b4

Browse files
committed
Fix typo
1 parent ac7daa5 commit 79c09b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bigdecimal/test_bigdecimal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def test_div
973973
assert_raise_with_message(FloatDomainError, "Computation results in '-Infinity'") { BigDecimal("-1") / 0 }
974974
end
975975

976-
def test_dev_precision
976+
def test_div_precision
977977
bug13754 = '[ruby-core:82107] [Bug #13754]'
978978
a = BigDecimal('101')
979979
b = BigDecimal('0.9163472602589686')

0 commit comments

Comments
 (0)