There was an error while loading. Please reload this page.
1 parent 074828d commit 88fc829Copy full SHA for 88fc829
Tests/Charts/ChartUtilsTests.swift
@@ -63,7 +63,7 @@ class ChartUtilsTests: XCTestCase {
63
64
func testDecimalWithMinValue() {
65
66
- let number = DBL_MIN
+ let number = Double.leastNormalMagnitude
67
68
let actual = ChartUtils.decimals(number)
69
let expected = 310 // Don't think this is supposed to be this value maybe 0?
0 commit comments