File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ public async Task TestMarkDeliveredAsync()
518518 new DeliveredMessageConfirmation
519519 {
520520 ChannelCID = "channel2" ,
521- MessageID = "message2"
521+ MessageID = "message2" ,
522522 }
523523 } ,
524524 UserID = _user1 . Id
@@ -540,7 +540,7 @@ public async Task TestMarkDeliveredAsync_WithUserObject()
540540 new DeliveredMessageConfirmation
541541 {
542542 ChannelCID = "channel1" ,
543- MessageID = "message1"
543+ MessageID = "message1" ,
544544 }
545545 } ,
546546 User = _user1
@@ -561,7 +561,7 @@ public async Task TestMarkDeliveredAsync_WithUserId()
561561 new DeliveredMessageConfirmation
562562 {
563563 ChannelCID = "channel1" ,
564- MessageID = "message1"
564+ MessageID = "message1" ,
565565 }
566566 } ,
567567 UserID = _user1 . Id
@@ -604,7 +604,7 @@ public void TestMarkDeliveredAsync_NoUserOrUserId_ThrowsArgumentException()
604604 new DeliveredMessageConfirmation
605605 {
606606 ChannelCID = "channel1" ,
607- MessageID = "message1"
607+ MessageID = "message1" ,
608608 }
609609 }
610610 } ;
You can’t perform that action at this time.
0 commit comments