From 40c77cecba50b4f6e9d8632c6c411165642263e2 Mon Sep 17 00:00:00 2001 From: Nial <48334675+nmcc1212@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:39:49 +0100 Subject: [PATCH] Fix import statement for NavBar component --- next/news-aggregation/test/test_navBar.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next/news-aggregation/test/test_navBar.test.js b/next/news-aggregation/test/test_navBar.test.js index f76ecf2..01ccc4a 100644 --- a/next/news-aggregation/test/test_navBar.test.js +++ b/next/news-aggregation/test/test_navBar.test.js @@ -4,7 +4,7 @@ import React from 'react'; import { render, screen, fireEvent} from '@testing-library/react'; -import NavBar from '../src/components/NavBar'; +import NavBar from '../src/components/navBar'; import '@testing-library/jest-dom'