Skip to content

Commit

Permalink
Fix tests in patrol_finders
Browse files Browse the repository at this point in the history
  • Loading branch information
jBorkowska committed Nov 13, 2023
1 parent 9e8d15b commit 4d581f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patrol_finders/test/smoke_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void main() {
isA<PatrolFinderException>().having(
(error) => error.message,
'message',
"Finder \"zero widgets with key [<'someWrongKey'>] (ignoring offstage widgets)\" found no widgets",
"Finder \"Found 0 widgets with key [<'someWrongKey'>]: []\" found no widgets",
),
),
);
Expand Down

0 comments on commit 4d581f6

Please sign in to comment.