Skip to content

Commit

Permalink
Merge branch 'dx-improvements' of github.com:icssc/ZotMeal into dx-im…
Browse files Browse the repository at this point in the history
…provements
  • Loading branch information
bjsilva1 committed May 24, 2024
2 parents 8c9dd9b + 3325131 commit 3650500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/menus/procedures/getMenu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("menu.get", () => {
expect(menu).toBeTruthy();
expect(isToday(parseISO(menu.date))).toBeTruthy();
expect(menu.restaurantId).toEqual(getRestaurantId("brandywine"));
}, 10_000);
}, 10_0000);

// TODO: have each invalid input give unique TRPCError message
it("should not get an invalid menu", async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/schedules/procedures/getSchedule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ describe("getSchedule", () => {
// TODO: re-integrate this correctly. This fails because a pst day can span multiple days in UTC
// expect(isToday(fetchedPeriod.start)).toBeTruthy();
});
});
}, 10_0000);
});

0 comments on commit 3650500

Please sign in to comment.