Skip to content

Commit

Permalink
Removed last trace of animateSteps
Browse files Browse the repository at this point in the history
  • Loading branch information
PimCoumans committed Jun 24, 2022
1 parent 063641d commit e823e85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/AnimationPlannerTests/BuilderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ import XCTest

class BuilderTests: AnimationPlannerTests {

/*
During phase 1 of adding result builders to AnimationPlanner, all animations created with result builders are
performed by the old style `UIView.animateSteps` logic. Therefore result builder tests should not be as extensive
as the old-style tests.
*/

func testContainedAnimations() {
let animation = Animate(duration: 1) {
self.performRandomAnimation()
Expand Down

0 comments on commit e823e85

Please sign in to comment.