From 65543caa7be2d651a9ddd9a4ac9ed32a2d1464d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Kalici=C5=84ski?= Date: Mon, 2 Sep 2024 09:07:12 +0200 Subject: [PATCH] Change constant from 'Deleted' to 'deleted' --- .../commonMain/kotlin/com/pubnub/chat/internal/Constants.kt | 2 +- .../src/commonTest/kotlin/com/pubnub/kmp/ChatTest.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubnub-chat-impl/src/commonMain/kotlin/com/pubnub/chat/internal/Constants.kt b/pubnub-chat-impl/src/commonMain/kotlin/com/pubnub/chat/internal/Constants.kt index 51ca90ae..43fbfff9 100644 --- a/pubnub-chat-impl/src/commonMain/kotlin/com/pubnub/chat/internal/Constants.kt +++ b/pubnub-chat-impl/src/commonMain/kotlin/com/pubnub/chat/internal/Constants.kt @@ -10,7 +10,7 @@ import kotlin.time.Duration.Companion.seconds private val log = logging(tag = "DefaultGetMessage") -internal const val DELETED = "Deleted" +internal const val DELETED = "deleted" internal const val ORIGINAL_PUBLISHER = "originalPublisher" internal const val HTTP_ERROR_404 = 404 internal const val INTERNAL_MODERATION_PREFIX = "PUBNUB_INTERNAL_MODERATION_" diff --git a/pubnub-chat-impl/src/commonTest/kotlin/com/pubnub/kmp/ChatTest.kt b/pubnub-chat-impl/src/commonTest/kotlin/com/pubnub/kmp/ChatTest.kt index 95ac006a..37b75733 100644 --- a/pubnub-chat-impl/src/commonTest/kotlin/com/pubnub/kmp/ChatTest.kt +++ b/pubnub-chat-impl/src/commonTest/kotlin/com/pubnub/kmp/ChatTest.kt @@ -268,7 +268,7 @@ class ChatTest : BaseTest() { callback1.accept(Result.success(pnUuidMetadataResult)) } val softDelete = true - val status = "Deleted" + val status = "deleted" val includeCustomFalse = false // when @@ -573,7 +573,7 @@ class ChatTest : BaseTest() { callback1.accept(Result.success(pnChannelMetadataResult)) } val softDelete = true - val status = "Deleted" + val status = "deleted" val includeCustomFalse = false // when