Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Oct 7, 2024
1 parent 58afed0 commit 45214b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ void main() {

expect(
find.byWidgetPredicate((widget) => widget is ShareRewardPremiumTrialAnnoumcenetBar),
findsOneWidget,
findsNothing,
);
});
testWidgets('defaultTargetPlatform is android', (WidgetTester tester) async {
Expand Down

0 comments on commit 45214b6

Please sign in to comment.