chore: remove the needless var

i
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-28 11:17:49 +02:00
parent 3a266e6744
commit 18bc7fb24e
@@ -113,7 +113,6 @@ describe('HeaderWorldClock with custom Time Format', () => {
</ThemeProvider>,
);
const currentTime = `09:10`;
expect(rendered.getByText(currentTime)).toBeInTheDocument();
expect(rendered.getByText('09:10')).toBeInTheDocument();
});
});