You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.AreEqual(1,updateRoomParticipantsResult.Count,"Expected UpdateRoom participants count to be 1");
130
-
Assert.IsTrue(updateRoomParticipantsResult.Any(x =>x.CommunicationIdentifier.Equals(participant3.CommunicationIdentifier)),"Expected UpdateRoom to contain user3");
131
-
Assert.IsFalse(updateRoomParticipantsResult.Any(x =>x.CommunicationIdentifier.Equals(participant1.CommunicationIdentifier)),"Expected UpdateRoom to not contain user1");
132
-
Assert.IsFalse(updateRoomParticipantsResult.Any(x =>x.CommunicationIdentifier.Equals(participant2.CommunicationIdentifier)),"Expected UpdateRoom to not contain user2");
0 commit comments