Skip to content

Commit cb8577e

Browse files
committed
docs: add todo in macros for similar macro for ranges
1 parent 5c095cf commit cb8577e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test_utils/macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ macro_rules! assert_next {
1818
};
1919
}
2020

21+
// TODO: implement assert_range_coverage
22+
2123
#[macro_export]
2224
macro_rules! assert_event_sequence {
2325
($stream: expr, $expected_options: expr) => {

0 commit comments

Comments
 (0)