Skip to content

Commit

Permalink
Update ui tests for new default thread id
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Oct 17, 2024
1 parent 7ad6b40 commit 268a475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/UITests/TestAppUITests/TestAppUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class TestAppUITests: XCTestCase {
title: "Weight Measurement",
body: "Take a weight measurement every day.",
category: "edu.stanford.spezi.scheduler.notification.category.measurement",
thread: "edu.stanford.spezi.scheduler.notification.taskId.test-measurement",
thread: "edu.stanford.spezi.scheduler.notification",
sound: true,
interruption: .timeSensitive,
type: "Calendar",
Expand All @@ -103,7 +103,7 @@ class TestAppUITests: XCTestCase {
title: "Medication",
body: "Take your medication",
category: "edu.stanford.spezi.scheduler.notification.category.medication",
thread: "edu.stanford.spezi.scheduler.notification.taskId.test-medication",
thread: "edu.stanford.spezi.scheduler.notification",
sound: true,
interruption: .timeSensitive,
type: "Interval",
Expand Down

0 comments on commit 268a475

Please sign in to comment.