Skip to content

Commit

Permalink
Fix double entry
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Sep 13, 2024
1 parent ef4e550 commit 945d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/lib/src/runner/browser/default_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final defaultSettings = UnmodifiableMapView({
linuxExecutable: 'firefox',
macOSExecutables: [
'/Applications/Firefox.app/Contents/MacOS/firefox-bin',
'/Applications/Firefox.app/Contents/MacOS/firefox-bin',
'/Applications/Firefox.app/Contents/MacOS/firefox',
'firefox',
],
windowsExecutable: r'Mozilla Firefox\firefox.exe',
Expand Down

0 comments on commit 945d319

Please sign in to comment.