aboutsummaryrefslogtreecommitdiff
path: root/matrix
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-16 21:50:58 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-16 21:50:58 +0300
commitd6396bc02a81837403587338c73d8e489fe6e0cb (patch)
tree7ad9b206f3d060d3ab4a1fae4a301315f5e47115 /matrix
parent512ca88804268bf58a754e8a02be556f953db317 (diff)
Fix tests
Diffstat (limited to 'matrix')
-rw-r--r--matrix/rooms/room_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/rooms/room_test.go b/matrix/rooms/room_test.go
index 1bd47ff..1fabdcc 100644
--- a/matrix/rooms/room_test.go
+++ b/matrix/rooms/room_test.go
@@ -228,6 +228,6 @@ func TestRoom_MarkRead(t *testing.T) {
assert.Equal(t, 2, room.UnreadCount())
assert.True(t, room.Highlighted())
- room.MarkRead("")
+ room.MarkRead("asd")
assert.Empty(t, room.UnreadMessages)
}