From 268a4750a4caa909c2022484c75da6a1d325d135 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Thu, 17 Oct 2024 14:37:08 +0200 Subject: [PATCH] Update ui tests for new default thread id --- Tests/UITests/TestAppUITests/TestAppUITests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/UITests/TestAppUITests/TestAppUITests.swift b/Tests/UITests/TestAppUITests/TestAppUITests.swift index 2ccf7b8..70f151d 100644 --- a/Tests/UITests/TestAppUITests/TestAppUITests.swift +++ b/Tests/UITests/TestAppUITests/TestAppUITests.swift @@ -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", @@ -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",