We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c06a0d commit 6e4a6afCopy full SHA for 6e4a6af
pkgs/checks/lib/src/extensions/async.dart
@@ -233,7 +233,7 @@ extension StreamChecks<T> on Subject<StreamQueue<T>> {
233
/// await check(someStream).withQueue.inOrder([
234
/// (s) => s.emits((e) => e.equals(0)),
235
/// (s) => s.emits((e) => e.equals(1)),
236
- // ]);
+ /// ]);
237
/// ```
238
///
239
/// If this expectation fails, the source queue will be left in its original
0 commit comments