Skip to content

Commit

Permalink
Fix remaining SwiftLint violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Aug 2, 2024
1 parent fd4d4a7 commit eed68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/RemoteMessagingTests/RemoteMessagingStoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eed68fe

Please sign in to comment.