Skip to content

Commit

Permalink
Merge pull request #73 from cepdnaclk/e19166-patch-2
Browse files Browse the repository at this point in the history
Update FooterSection.test.tsx
  • Loading branch information
e19166 authored Jul 16, 2024
2 parents 1e662f3 + 1a13430 commit 7d497e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/test/FooterSection.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('FooterSection Component', () => {

it('displays the last build date', () => {
render(<FooterSection />);
const buildDateText = screen.getByText(/Last Build: 30\/08\/2023/i);
const buildDateText = screen.getByText(/Last Build: 13\/06\/2024/i);
expect(buildDateText).toBeTruthy();
});
});

0 comments on commit 7d497e6

Please sign in to comment.