Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Avoid exceeding line length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolon committed Jul 30, 2024
1 parent 736378a commit d8c4d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lcov_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ void main() {
});

test(
'prettyPrint() excludes files matching glob patterns regardless of their'
'presence on reportOn list', () async {
'prettyPrint() excludes files matching glob patterns regardless of'
'their presence on reportOn list', () async {
final hitmap = await _getHitMap();

final resolver = await Resolver.create(packagePath: '.');
Expand Down

0 comments on commit d8c4d33

Please sign in to comment.