This commit is contained in:
boreq 2022-10-31 18:36:35 +01:00 committed by André Staltz
parent 0fa646ccdf
commit cecadc4402
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func TestRoomMembers(t *testing.T) {
responses,
)
} else {
r.EqualError(src.Err(), "muxrpc CallError: Error - external user are not allowed to list members: roomdb: object not found")
r.EqualError(src.Err(), "muxrpc CallError: Error - external users are not allowed to list members: roomdb: object not found")
}
})
})