Skip to content

Commit

Permalink
patrol_finders: fix most failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 9, 2023
1 parent 454970c commit 309ed15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ class PatrolFinder extends MatchFinder {
String get description => finder.description;

@override
String toString({bool describeSelf = true}) {
String toString({bool describeSelf = false}) {
return finder.toString(describeSelf: describeSelf);
}
}
Expand Down

0 comments on commit 309ed15

Please sign in to comment.