Skip to content

Commit cac83ab

Browse files
tyler-daneCopilot
andauthored
Update packages/web/src/common/repositories/event/event.repository.interface.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5351e68 commit cac83ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/common/repositories/event/event.repository.interface.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ describe("LocalEventRepository", () => {
122122
it("should load events from IndexedDB filtered by date range", async () => {
123123
const today = dayjs().startOf("day");
124124
const tomorrow = today.add(1, "day").startOf("day");
125-
const sameDay = today; // Use same day to ensure it's included
126125

127126
const todayStr = today.format(dayjs.DateFormat.YEAR_MONTH_DAY_FORMAT);
128127
const tomorrowStr = tomorrow.format(

0 commit comments

Comments
 (0)