mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 13:26:17 +00:00
a lot of updates
grid view for downloaded emojis shared instance of EmojiHoarder nonisolated static localEmojiDB var deleteallstickers is @MainActor
This commit is contained in:
@@ -31,7 +31,7 @@ struct StickerSlackTests {
|
||||
}
|
||||
|
||||
@Test func deleteAllEmojis() async throws {
|
||||
let performanceTests = PerformanceTests(hoarder: hoarder)
|
||||
let performanceTests = PerformanceTests(hoarder: .shared)
|
||||
try! await performanceTests.fakeDownloadAllStickers()
|
||||
await hoarder.deleteAllStickers()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user