Skip to content

Commit

Permalink
Fix tests pdv
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMigner committed Sep 25, 2023
1 parent 165a2f4 commit 251ab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/views/dashboard_view_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ void main() {
toReturn: false);
tester.binding.window.physicalSizeTestValue = const Size(800, 1410);

Map<PreferencesFlag, int> dashboard = {
final Map<PreferencesFlag, int> dashboard = {
PreferencesFlag.broadcastCard: 0,
PreferencesFlag.aboutUsCard: 1,
};
Expand Down

0 comments on commit 251ab53

Please sign in to comment.