Skip to content

Commit

Permalink
chore: Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 7, 2020
1 parent eea8def commit 0ad9dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__tests__/propTypeInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ describe('getTypeMeta', () => {
});
});

test('handles arrayOf union types', () => {
test('handles arrayOf enum types', () => {
const SPACE = {
SMALL: 'sm',
MEDIUM: 'md',
Expand Down

0 comments on commit 0ad9dbe

Please sign in to comment.