From f4829dfdd9988768fefc63574ae20eeb00297246 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sun, 15 Aug 2021 01:09:41 +1200 Subject: [PATCH] chore: update work test --- tests/rules/work.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rules/work.test.ts b/tests/rules/work.test.ts index f17b5f40c..4f0b9ea82 100644 --- a/tests/rules/work.test.ts +++ b/tests/rules/work.test.ts @@ -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.