aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMKeyValueAnimationTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMKeyValueAnimationTest.m')
-rw-r--r--AppKit/GTMKeyValueAnimationTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppKit/GTMKeyValueAnimationTest.m b/AppKit/GTMKeyValueAnimationTest.m
index 6b878df..aef262b 100644
--- a/AppKit/GTMKeyValueAnimationTest.m
+++ b/AppKit/GTMKeyValueAnimationTest.m
@@ -39,8 +39,8 @@
context_ = [GTMUnitTestingBooleanRunLoopContext context];
[[NSRunLoop currentRunLoop] gtm_runUpToSixtySecondsWithContext:context_];
[anim stopAnimation];
- STAssertTrue([context_ shouldStop], @"Animation value never got set");
- STAssertTrue(shouldStartHit_, @"animationShouldStart not called");
+ XCTAssertTrue([context_ shouldStop], @"Animation value never got set");
+ XCTAssertTrue(shouldStartHit_, @"animationShouldStart not called");
}
- (BOOL)animationShouldStart:(NSAnimation*)animation {