Update story integration tests to match reality
This commit is contained in:
parent
aade0b7af1
commit
4e54aaa91f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user