Skip to content

Commit

Permalink
fix: format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed May 30, 2024
1 parent 3af943d commit 4c83ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ClickstreamTests/EventCheckerTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EventCheckerTest: XCTestCase {

func testDoubleIsFinite() {
XCTAssertTrue(EventChecker.checkFinite(123.31))
XCTAssertTrue(EventChecker.checkFinite(355/113.0))
XCTAssertTrue(EventChecker.checkFinite(355 / 113.0))
XCTAssertTrue(EventChecker.checkFinite(0))
XCTAssertTrue(EventChecker.checkFinite(Double.pi))
XCTAssertTrue(EventChecker.checkFinite(Double.leastNormalMagnitude))
Expand Down

0 comments on commit 4c83ee4

Please sign in to comment.