diff --git a/Tests/RemoteMessagingTests/RemoteMessagingStoreTests.swift b/Tests/RemoteMessagingTests/RemoteMessagingStoreTests.swift index 9dde33961..1987487c1 100644 --- a/Tests/RemoteMessagingTests/RemoteMessagingStoreTests.swift +++ b/Tests/RemoteMessagingTests/RemoteMessagingStoreTests.swift @@ -213,7 +213,7 @@ class RemoteMessagingStoreTests: XCTestCase { } func testConfigUpdateWhenMessageWasNotShownThenItIsRemovedFromDatabase() throws { - let _ = try saveProcessedResultFetchRemoteMessage(for: minimalConfig(version: 1, messageID: 1)) + _ = try saveProcessedResultFetchRemoteMessage(for: minimalConfig(version: 1, messageID: 1)) let context = remoteMessagingDatabase.makeContext(concurrencyType: .privateQueueConcurrencyType) context.performAndWait {