File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
376376 Map <String , dynamic > toJson () => _$ChannelDeleteEventToJson (this );
377377}
378378
379- // TODO(#182) StreamUpdateEvent , for a [ChannelEvent] with op `update`:
379+ // TODO(#182) ChannelUpdateEvent , for a [ChannelEvent] with op `update`:
380380// https://zulip.com/api/get-events#stream-update
381381
382382/// A Zulip event of type `subscription` .
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ void main() {
414414
415415 testWidgets ('show stream name from stream data when known' , (tester) async {
416416 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
418418 final streamAfter = ZulipStream .fromJson ({
419419 ...(deepToJson (streamBefore) as Map <String , dynamic >),
420420 'name' : 'new stream name' ,
You can’t perform that action at this time.
0 commit comments