Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq authored and staltz committed Nov 1, 2022
1 parent 0fa646c commit cecadc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxrpc/test/go/members_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
})
})
Expand Down

0 comments on commit cecadc4

Please sign in to comment.