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 Aug 14, 2021
1 parent b0c04f0 commit 30e515c
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 30e515c

Please sign in to comment.