Skip to content

Commit

Permalink
chore: update work test
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 8, 2022
1 parent 9f49a5e commit 3f4236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/work.test.ts
Expand Up @@ -11,7 +11,7 @@ import { testUsing } from "~/tests/helpers/testers";
* Step 1.
* Import the rule to test.
*/
import { name, rule } from "~/rules/prefer-readonly-type";
import { name, rule } from "~/rules/prefer-readonly-type-declaration";

/*
* Step 2a.
Expand Down

0 comments on commit 3f4236a

Please sign in to comment.