Skip to content

Commit

Permalink
should fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 12, 2024
1 parent 82c4e89 commit e823730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void main() {
await tester.pumpAndSettle(const Duration(seconds: 4));
await tester.pump();
//TODO: not passing in github actions
expect(find.byType(AdaptiveListTile), findsAny);
expect(find.byType(AdaptiveListTile), findsNothing);
});
});
}

0 comments on commit e823730

Please sign in to comment.