Remove wront assertion after event rework

This commit is contained in:
nxshock 2019-08-07 19:16:40 +05:00
parent bf66533ef1
commit 20fea5c1dd

View File

@ -64,7 +64,6 @@ func TestSetRoomTopic(t *testing.T) {
err := user.SetTopic(room, newTopic)
assert.NoError(t, err)
assert.Equal(t, newTopic, room.Topic())
assert.Equal(t, 5, len(room.Events())) // TODO: check start event count
}
func TestSetRoomTopicWithnprivelegedUser(t *testing.T) {