Skip to content

Commit

Permalink
More specific negative expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Oct 7, 2024
1 parent 5acbb91 commit 560b704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upgrade/upgrade_transitive_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main() {
args: ['foo'],
output: allOf(
contains('> foo 1.5.0'),
isNot(contains('bar')),
isNot(contains('> bar')),
),
);
});
Expand Down

0 comments on commit 560b704

Please sign in to comment.