From f0151d8564d8f5861202a947955e108a794e7666 Mon Sep 17 00:00:00 2001 From: Rello Date: Fri, 5 Sep 2025 08:37:20 +0700 Subject: [PATCH] Replace Share::TypeCircle with Share::TypeTeam Signed-off-by: Rello --- test/testsharemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsharemodel.cpp b/test/testsharemodel.cpp index 52567ab145..472aea5851 100644 --- a/test/testsharemodel.cpp +++ b/test/testsharemodel.cpp @@ -575,7 +575,7 @@ private slots: return; case Share::TypeUser: case Share::TypeGroup: - case Share::TypeCircle: + case Share::TypeTeam: case Share::TypeRoom: expectedExpireDateTime = QDate::currentDate().addDays(internalExpireDays).startOfDay(QTimeZone::utc()); break;