Skip to content

Commit

Permalink
Fix failing infinite bounding rect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Aug 12, 2023
1 parent 7a3626d commit 3247299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PathBuilderTests/PathBuilderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class PathBuilderTests: XCTestCase {
let path = Path {
Move(to: .zero)
}
XCTAssertEqual(path.boundingRect, .zero)
XCTAssertEqual(path.boundingRect.size, .zero)
}

func testIfPath() {
Expand Down

0 comments on commit 3247299

Please sign in to comment.