Update story integration tests to match reality

This commit is contained in:
Max Radermacher 2025-04-17 16:08:18 -05:00
parent aade0b7af1
commit 4e54aaa91f

View File

@ -465,6 +465,10 @@ class MessageBackupIntegrationTests: XCTestCase {
webSocketFactory: CrashyMocks.MockWebSocketFactory()
)
)
await SSKEnvironment.shared.databaseStorageRef.awaitableWrite { tx in
_ = TSPrivateStoryThread.getOrCreateMyStory(transaction: tx)
}
}
private func deinitializeApp(oldContext: any AppContext) async {