We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5ffb5 commit 82adc38Copy full SHA for 82adc38
WireDomain/Tests/WireDomainTests/WorkAgent/WorkItem/CommitPendingProposalItemTests.swift
@@ -39,6 +39,7 @@ class CommitPendingProposalItemTests {
39
self.mlsGroupID = .random()
40
self.mlsService = .init()
41
mlsService.commitPendingProposalsIn_MockMethod = { _ in }
42
+ mlsService.conversationExistsGroupID_MockValue = true
43
repository.isSelfAnActiveMemberIn_MockValue = true
44
}
45
0 commit comments