File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ class ChannelDeleteEvent extends ChannelEvent {
376
376
Map <String , dynamic > toJson () => _$ChannelDeleteEventToJson (this );
377
377
}
378
378
379
- // TODO(#182) StreamUpdateEvent , for a [ChannelEvent] with op `update`:
379
+ // TODO(#182) ChannelUpdateEvent , for a [ChannelEvent] with op `update`:
380
380
// https://zulip.com/api/get-events#stream-update
381
381
382
382
/// A Zulip event of type `subscription` .
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ void main() {
414
414
415
415
testWidgets ('show stream name from stream data when known' , (tester) async {
416
416
final streamBefore = eg.stream (name: 'old stream name' );
417
- // TODO(#182) this test would be more realistic using a StreamUpdateEvent
417
+ // TODO(#182) this test would be more realistic using a ChannelUpdateEvent
418
418
final streamAfter = ZulipStream .fromJson ({
419
419
...(deepToJson (streamBefore) as Map <String , dynamic >),
420
420
'name' : 'new stream name' ,
You can’t perform that action at this time.
0 commit comments