Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines committed Jul 31, 2024
1 parent 2eeac59 commit 29fc868
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ void integrationTestMain() {
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();

testWidgets('AdDisplayContain', (WidgetTester tester) async {});
// Since this test is lacking integration tests, this test ensures the example
// app can be launched on an emulator/device.
testWidgets('Launch Test', (WidgetTester tester) async {});
}

0 comments on commit 29fc868

Please sign in to comment.