Skip to content

Commit

Permalink
update test output to match actual
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik-Petrik committed Feb 28, 2024
1 parent 223e2e8 commit b0b0ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ruleTester.run('chip-deprecated', rule, {
invalid: [
{
code: `import { Chip } from '@patternfly/react-core';`,
output: `import { Chip } from '@patternfly/react-core/deprecated';`,
output: `import {\n\tChip\n} from '@patternfly/react-core/deprecated';`,
errors: [
{
message: `Chip has been deprecated. Running the fix flag will update your imports to our deprecated package, but we suggest using Label instead.`,
Expand Down

0 comments on commit b0b0ab6

Please sign in to comment.