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

Commit f5291e5

Browse files
committed
chore: update test
1 parent 0f646c4 commit f5291e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/src/analyzers/lint_analyzer/rules/rules_list/prefer_iterable_of/prefer_iterable_of_rule_test.dart

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,7 @@ void main() {
255255
final unit = await RuleTestHelper.resolveFromFile(_queueListExamplePath);
256256
final issues = PreferIterableOfRule().check(unit);
257257

258-
RuleTestHelper.verifyIssues(
259-
issues: issues,
260-
startLines: [],
261-
startColumns: [],
262-
locationTexts: [],
263-
messages: [],
264-
replacements: [],
265-
replacementComments: [],
266-
);
258+
RuleTestHelper.verifyNoIssues(issues);
267259
});
268260

269261
test('reports about found issues for splay tree sets', () async {

0 commit comments

Comments
 (0)