Skip to content

Commit

Permalink
fix TC
Browse files Browse the repository at this point in the history
  • Loading branch information
7hong13 committed Jun 17, 2024
1 parent 930f076 commit 15c438a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ class PresenceTest {
}
}

assertEquals(3, d1Events.size)
assertIs<Others.Watched>(d1Events.first())
assertIs<Others.PresenceChanged>(d1Events[1])
assertIs<Others.Unwatched>(d1Events.last())
Expand Down

0 comments on commit 15c438a

Please sign in to comment.