Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 217dec8

Browse files
committed
test fix
1 parent d3fe450 commit 217dec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/rules/file_names.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../rule_test_support.dart';
99
main() {
1010
defineReflectiveSuite(() {
1111
defineReflectiveTests(FileNamesInvalidTest);
12-
defineReflectiveTests(FileNamesValidTest);
12+
defineReflectiveTests(FileNamesNonStrictTest);
1313
});
1414
}
1515

@@ -31,12 +31,12 @@ class A { }
3131
}
3232

3333
@reflectiveTest
34-
class FileNamesValidTest extends LintRuleTest {
34+
class FileNamesNonStrictTest extends LintRuleTest {
3535
@override
3636
String get lintRule => 'file_names';
3737

3838
@override
39-
String get testFilePath => '$testPackageLibPath/test.dart';
39+
String get testFilePath => '$testPackageLibPath/non-strict.css.dart';
4040

4141
test_validName() async {
4242
await assertNoDiagnostics(r'''

0 commit comments

Comments
 (0)