Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 9891f33

Browse files
committed
fix(animation): correct broken build http://dartbug.com/17634
1 parent 40ec82e commit 9891f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/animate/css_animate_spec.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class MockAnimationLoop extends Mock implements AnimationLoop {
111111

112112
List<LoopedAnimation> animations = [];
113113

114-
play(Animation animation) {
114+
play(LoopedAnimation animation) {
115115
animations.add(animation);
116116
}
117117

@@ -128,4 +128,4 @@ class MockAnimationLoop extends Mock implements AnimationLoop {
128128
}
129129

130130
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
131-
}
131+
}

0 commit comments

Comments
 (0)