diff --git a/src/tests/footer.test.js b/src/tests/footer.test.js
index 0afd6e4..55c2827 100644
--- a/src/tests/footer.test.js
+++ b/src/tests/footer.test.js
@@ -6,7 +6,7 @@ import { shallow, deep } from 'preact-render-spy';
describe('Initial Test of the Footer', () => {
test('Footer renders 1 link with an ID of notificationsBtn', () => {
- const context = shallow();
+ const context = shallow();
expect(context.find('#notificationsBtn').exists()).toBeTruthy();
});
});