Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
prijindal committed Apr 18, 2020
1 parent dcf5380 commit 0f3d059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
import 'package:flutter_test/flutter_test.dart';

import 'package:kuzzleflutteradmin/main.dart';
import 'package:kuzzleflutteradmin/redux/store.dart';

void main() {
testWidgets('Initialize Environments', (tester) async {
// Build our app and trigger a frame.
final myApp = MyApp();
final myApp = MyApp(initStore());
await tester.pumpWidget(myApp);

// expect(find.text('Loading...'), findsOneWidget);
Expand Down

0 comments on commit 0f3d059

Please sign in to comment.