Skip to content

Commit

Permalink
Update overwriting packages unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
koukibadr committed Jul 3, 2024
1 parent cf032d8 commit 50971e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/mason_cli/test/commands/add_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -523,11 +523,9 @@ void main() {
[
'add',
'-g',
'easy_deps',
'greeting',
],
);
verify(() => logger.progress(any())).called(1);
verify(() => logger.confirm(any())).called(1);
expect(
instllationResult,
equals(ExitCode.success.code),
Expand All @@ -541,7 +539,7 @@ void main() {
[
'add',
'-g',
'easy_deps',
'greeting',
],
);
verify(() => logger.progress(any())).called(1);
Expand Down

0 comments on commit 50971e8

Please sign in to comment.