Skip to content

Commit 30e515c

Browse files
chore: update work test
1 parent b0c04f0 commit 30e515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rules/work.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { testUsing } from "~/tests/helpers/testers";
1111
* Step 1.
1212
* Import the rule to test.
1313
*/
14-
import { name, rule } from "~/rules/prefer-readonly-type";
14+
import { name, rule } from "~/rules/prefer-readonly-type-declaration";
1515

1616
/*
1717
* Step 2a.

0 commit comments

Comments
 (0)