Skip to content

Commit

Permalink
'Would change' case is added
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmuttaskiran committed Dec 21, 2024
1 parent c80c8e8 commit 762fdb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/melos/test/matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Matcher ignoringDependencyMessages(String expected) {
// Removes lines like " pub_updater 0.4.0 (0.5.0 available)"
!(line.startsWith(' ') && line.contains(' available)')) &&
!line.startsWith('No dependencies would change in') &&
!line.startsWith('Would change') &&
!line.contains(
'newer versions incompatible with dependency constraints',
) &&
Expand Down

0 comments on commit 762fdb8

Please sign in to comment.