Skip to content

Commit

Permalink
🎨 fix formating in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
aagarwal1012 committed Aug 13, 2018
1 parent 1912e1d commit 2168fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/animated_text_kit_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:flutter_test/flutter_test.dart';
import '../example/lib/main.dart';

void main() {

testWidgets('Check button smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(new MyApp());
Expand Down Expand Up @@ -38,5 +37,4 @@ void main() {
await tester.tap(find.byIcon(Icons.play_circle_filled));
await tester.pump();
});

}

0 comments on commit 2168fa2

Please sign in to comment.