Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 24, 2024
1 parent 8845575 commit 19e3801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/components/NavBar/NavBarDropdown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('Label as prop', () => {
// Arrange
const wrapper = mount(MainContent, {
props: {
label: 'This is the Label as prop',
label: 'This is the Label as prop'
},
slots: {
default: 'This is the slot content'
Expand Down

0 comments on commit 19e3801

Please sign in to comment.