diff --git a/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts b/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts index 2b1aaa4..d8ba5a3 100644 --- a/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts +++ b/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts @@ -1,10 +1,10 @@ import tsParser from '@typescript-eslint/parser'; import { run } from 'eslint-vitest-rule-tester'; -import noEmptyBlocksRule from '../rule-definition.js'; +import noEmptyStyleBlocksRule from '../rule-definition.js'; run({ name: 'vanilla-extract/no-empty-blocks/style-custom', - rule: noEmptyBlocksRule, + rule: noEmptyStyleBlocksRule, languageOptions: { parser: tsParser, parserOptions: {