Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaTesser committed Oct 4, 2024
1 parent 1bc13c0 commit 1b0dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buttons/pulldown_button_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void main() {
onTap: () => showMacosAlertDialog(
context: context,
builder: (context) => MacosAlertDialog(
appIcon: const FlutterLogo(size: 64),
appIcon: const MacosIcon(CupertinoIcons.eyedropper),
title: const Text('Title'),
message: const Text('Message'),
primaryButton: PushButton(
Expand Down

0 comments on commit 1b0dd59

Please sign in to comment.