Allow defer in xcAwait. simplify sending state actions from a publisher. Fix tests.

This commit is contained in:
David Langley
2021-09-15 16:09:41 +01:00
parent d189c4d618
commit cda4a354d1
6 changed files with 55 additions and 45 deletions

View File

@@ -37,6 +37,6 @@ class MockTemplateUserProfileService: TemplateUserProfileServiceProtocol {
}
func simulateUpdate(presence: TemplateUserProfilePresence) {
self.presenceSubject.send(presence)
self.presenceSubject.value = presence
}
}