Skip to content

Commit

Permalink
Converted swift 3.0 DBL_MIN leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Apr 2, 2017
1 parent 074828d commit 88fc829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Charts/ChartUtilsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ChartUtilsTests: XCTestCase {

func testDecimalWithMinValue() {

let number = DBL_MIN
let number = Double.leastNormalMagnitude

let actual = ChartUtils.decimals(number)
let expected = 310 // Don't think this is supposed to be this value maybe 0?
Expand Down

0 comments on commit 88fc829

Please sign in to comment.