Skip to content

Commit

Permalink
GH-800: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed Nov 18, 2024
1 parent 9dfd4ea commit e7aaa34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/src/proxy_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3754,17 +3754,17 @@ mod tests {
}),
report_to_counterpart: true,
};
stream_is_purged_with_a_delay(StreamShutdownMsg {
assert_stream_is_purged_with_a_delay(StreamShutdownMsg {
report_to_counterpart: true,
..common_msg.clone()
});
stream_is_purged_with_a_delay(StreamShutdownMsg {
assert_stream_is_purged_with_a_delay(StreamShutdownMsg {
report_to_counterpart: false,
..common_msg
});
}

fn stream_is_purged_with_a_delay(msg: StreamShutdownMsg) {
fn assert_stream_is_purged_with_a_delay(msg: StreamShutdownMsg) {
/*
+------------------------------------------------------------------+
| (0ms) |
Expand Down

0 comments on commit e7aaa34

Please sign in to comment.