Skip to content

Commit

Permalink
Uncomment the code
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Dec 17, 2024
1 parent 283deba commit 9a0cfc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ipa-core/src/helpers/transport/stream/buffered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ mod tests {
fn success() {
run(|| async move {
verify_success(infallible_stream(11, 2), 3).await;
// verify_success(infallible_stream(12, 3), 3).await;
// verify_success(infallible_stream(12, 5), 12).await;
// verify_success(infallible_stream(12, 12), 12).await;
// verify_success(infallible_stream(24, 12), 12).await;
// verify_success(infallible_stream(24, 12), 1).await;
verify_success(infallible_stream(12, 3), 3).await;
verify_success(infallible_stream(12, 5), 12).await;
verify_success(infallible_stream(12, 12), 12).await;
verify_success(infallible_stream(24, 12), 12).await;
verify_success(infallible_stream(24, 12), 1).await;
});
}

Expand Down

0 comments on commit 9a0cfc8

Please sign in to comment.