We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40edd22 commit de77dbaCopy full SHA for de77dba
Tests/CoreGraphicsPolyfillTests/PolyfillTests.swift
@@ -84,8 +84,8 @@ final class PolyfillTests: XCTestCase {
84
85
XCTAssertEqual(combined.a, 2)
86
XCTAssertEqual(combined.d, 3)
87
- XCTAssertEqual(combined.tx, 5)
88
- XCTAssertEqual(combined.ty, 10)
+ XCTAssertEqual(combined.tx, 10)
+ XCTAssertEqual(combined.ty, 30)
89
}
90
91
func testTransformFluent() {
0 commit comments