Skip to content

Commit de77dba

Browse files
committed
test: update tests for new concat order
1 parent 40edd22 commit de77dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CoreGraphicsPolyfillTests/PolyfillTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ final class PolyfillTests: XCTestCase {
8484

8585
XCTAssertEqual(combined.a, 2)
8686
XCTAssertEqual(combined.d, 3)
87-
XCTAssertEqual(combined.tx, 5)
88-
XCTAssertEqual(combined.ty, 10)
87+
XCTAssertEqual(combined.tx, 10)
88+
XCTAssertEqual(combined.ty, 30)
8989
}
9090

9191
func testTransformFluent() {

0 commit comments

Comments
 (0)