fix warnings

This commit is contained in:
neon443
2025-10-30 23:46:08 +00:00
parent be020861ff
commit 8df79c7072
3 changed files with 8 additions and 4 deletions

View File

@@ -60,7 +60,6 @@ struct PerformanceTests {
}
@Test func MSStickerValidation() async throws {
let undownloadedEmojisBefore = hoarder.emojis.filter { !$0.isLocal }.map { $0.id }
let downloadedEmojisBefore = hoarder.emojis.filter { $0.isLocal }.map { $0.id }
try? await withThrowingDiscardingTaskGroup { group in