add rest of first test

This commit is contained in:
2025-02-12 19:33:55 -08:00
parent 420682dbb8
commit b4f1f1b87d

View File

@@ -252,11 +252,10 @@ describe("NotificationService", () => {
await notificationService.scheduleNotification(notificationData2); await notificationService.scheduleNotification(notificationData2);
// Act // Act
const notifications = await notificationService.getAllScheduledNotificationsForDevice(notificationData1.deviceId);
// Assert // Assert
expect(notifications.length).toBe(2);
}); });
it("returns an empty array if there are no notifications", async () => { it("returns an empty array if there are no notifications", async () => {