Fix Unit tests

This commit is contained in:
David Langley
2021-09-20 15:56:53 +01:00
parent 235f30b64e
commit 920a1fab58
11 changed files with 57 additions and 39 deletions
@@ -27,3 +27,5 @@ struct AvatarInput: AvatarInputProtocol {
var matrixItemId: String
let displayName: String?
}
extension AvatarInput: Equatable { }