Skip to content

Commit

Permalink
Update app_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nickyrabit committed May 30, 2023
1 parent 4616419 commit d5bca8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions integration_test/app_test.dart
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
// This is a basic Flutter integration test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// utility that Flutter provides. For example, you can send tap and scroll
// gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct.

import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';


import 'package:dynamic_navigation_drawer/main.dart' as app;

void main() => run(_testMain);
void main() => _testMain(); // Changed this line

void _testMain() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit d5bca8b

Please sign in to comment.