Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Fix typo in test
  • Loading branch information
harryterkelsen committed Oct 22, 2019
commit 9c33b610a2c6d6212aee1ba255ce551cfda64150
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class MockUrlLauncherPlatform extends UrlLauncherPlatform {
// Ignoring the `prefer_collection_literals` warning here because if we use
// a set literal, it will give another warning saying this code is required
// to run on versions of Dart that are older than 2.2 (when set literals were
// added.
// added.)
// ignore: prefer_collection_literals
Set<String> launchableUrls = Set<String>();

Expand Down