Skip to content

Commit

Permalink
fixup spelling on test title
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Jul 10, 2023
1 parent 56462a1 commit 875c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/FontAwesomeIcon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ afterEach(() => {
})

describe('icon title prop', () => {
test('checks title attribute is null when title property is NOT st', () => {
test('checks title attribute is null when title property is NOT set', () => {
const wrapper = mountFromProps({
icon: faCoffee
})
Expand Down

0 comments on commit 875c6e5

Please sign in to comment.