Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit be0678b

Browse files
committed
chore: fix test
1 parent 6722e3f commit be0678b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/analyzers/lint_analyzer/reporters/reporters_list/html/utility_functions_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void main() {
6363
),
6464
).outerHtml,
6565
equals(
66-
'<tr><td><a href="fileLink">fileName</a></td><td class="with-violations">4 / 4</td><td class="">5</td><td class="with-violations">2 / 2</td><td class="">1</td><td class="with-violations">6 / 6</td></tr>',
66+
'<tr><td><a href="fileLink">fileName</a></td><td class="with-violations">4 / 4</td><td class="">5</td><td class="with-violations">2 / 2</td><td class="">1</td><td class="with-violations">6 / 6</td><td class="">0.0</td></tr>',
6767
),
6868
);
6969
});

0 commit comments

Comments
 (0)