Skip to content

Commit

Permalink
add arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 15, 2024
1 parent 7286544 commit a26d9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/quest/test/quest_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FakeQuest extends Quest {
}

@override
Future<Iterable<String>> getRepositories() async => <String>[
Future<Iterable<String>> getRepositories(String file) async => <String>[
'https://github.com/mosuem/my_app_old_web',
'https://github.com/mosuem/my_app_new_web',
];
Expand Down

0 comments on commit a26d9f5

Please sign in to comment.