Format platform_test.dart

pull/1489/head^2
Ellet 1 year ago
parent 56a0526952
commit b6c119b15d
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 6
      test/utils/platform_test.dart

@ -23,8 +23,8 @@ void main() {
expect(
isDesktop(
supportWeb: false,
platform: desktopPlatform,
overrideIsWeb: false,
platform: desktopPlatform,
),
true,
);
@ -64,8 +64,8 @@ void main() {
]) {
expect(
isMobile(
supportWeb: false,
platform: mobilePlatform,
supportWeb: false,
overrideIsWeb: false,
),
true,
@ -73,9 +73,9 @@ void main() {
expect(
isMobile(
platform: mobilePlatform,
supportWeb: false,
overrideIsWeb: true,
platform: mobilePlatform,
),
false,
);

Loading…
Cancel
Save