Skip to content

Commit 80b8f0f

Browse files
committed
Fix analysis
1 parent 5947cd3 commit 80b8f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/ffigen/test/unit_tests/api_availability_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ macOS: deprecated 10.11.12''');
371371
'macOS: unavailable');
372372

373373
expect(
374-
ApiAvailability(externalVersions: ExternalVersions(ios: Versions()))
374+
ApiAvailability(
375+
externalVersions: const ExternalVersions(ios: Versions()))
375376
.dartDoc,
376377
isNull);
377378
});

0 commit comments

Comments
 (0)