Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Add back test properties that were accidentally removed in 69469ae.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Dec 14, 2017
1 parent 46fd517 commit e41ccb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/UIKitBehavioralTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,15 @@ class UIKitBehavioralTests: XCTestCase {

func testSomePropertiesImplicitlyAnimateAdditively() {
let baselineProperties: [AnimatableKeyPath: Any] = [
.bounds: CGRect(x: 0, y: 0, width: 123, height: 456),
.height: 100,
.position: CGPoint(x: 50, y: 20),
.rotation: 42,
.scale: 2.5,
.transform: CGAffineTransform(scaleX: 1.5, y: 1.5),
.width: 25,
.x: 12,
.y: 23,
]
let properties: [AnimatableKeyPath: Any]
if #available(iOS 11.0, *) {
Expand Down

0 comments on commit e41ccb4

Please sign in to comment.