mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Remove unused variable in util test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4f482f3a40
commit
7cfe3775fe
|
|
@ -28,7 +28,6 @@ describe('getTopOfCurrentHour', () => {
|
|||
});
|
||||
|
||||
it('uses current date when no argument', () => {
|
||||
const before = new Date();
|
||||
const result = getTopOfCurrentHour();
|
||||
expect(result.getUTCMinutes()).toBe(0);
|
||||
expect(result.getUTCSeconds()).toBe(0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user