From 19e380178c2230f4369dd7a27452667a7f2138a5 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Mon, 24 Jun 2024 15:29:14 -0400 Subject: [PATCH] Fix style --- src/tests/components/NavBar/NavBarDropdown.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/components/NavBar/NavBarDropdown.test.js b/src/tests/components/NavBar/NavBarDropdown.test.js index 0919cd9..63d5b04 100644 --- a/src/tests/components/NavBar/NavBarDropdown.test.js +++ b/src/tests/components/NavBar/NavBarDropdown.test.js @@ -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'