mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
fixing a test
This commit is contained in:
@@ -25,7 +25,8 @@ class EncryptionTrustLevelTests: XCTestCase {
|
|||||||
identity: .other(
|
identity: .other(
|
||||||
userId: "Bob",
|
userId: "Bob",
|
||||||
masterKey: "MSK",
|
masterKey: "MSK",
|
||||||
selfSigningKey: "SSK"
|
selfSigningKey: "SSK",
|
||||||
|
hasVerificationViolation: false
|
||||||
),
|
),
|
||||||
isVerified: isVerified
|
isVerified: isVerified
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user