Skip to content

Commit

Permalink
DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 26, 2023
1 parent 0cc2a00 commit b2f83aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transformers/switch_map_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void main() {
// pauses the subscription while cancelling the controller1
subscription.pause();

// let the controller1 cancel complete
// let the cancellation of controller1 complete
cancelCompleter1.complete(null);

// make sure the controller2.stream is added to the controller
Expand Down

0 comments on commit b2f83aa

Please sign in to comment.