Skip to content

Commit

Permalink
test: rename incorrect test (#8596)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 committed Sep 8, 2022
1 parent dbca930 commit ce991dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builders/__tests__/components/button.test.ts
Expand Up @@ -31,7 +31,7 @@ describe('Button Components', () => {
expect(() => buttonStyleValidator.parse(ButtonStyle.Secondary)).not.toThrowError();
});

test('GIVEN invalid style THEN validator does not throw', () => {
test('GIVEN invalid style THEN validator does throw', () => {
expect(() => buttonStyleValidator.parse(7)).toThrowError();
});

Expand Down

0 comments on commit ce991dd

Please sign in to comment.