Skip to content

Commit

Permalink
Remove redundant wait for session
Browse files Browse the repository at this point in the history
This already gets called later on in execute
  • Loading branch information
caspervonb committed Jul 31, 2020
1 parent 03aaa9d commit 05b47d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ async fn test_command(
let mut coverage_collector =
CoverageCollector::connect(inspector_url).await?;
coverage_collector.start_collecting().await?;
inspector.wait_for_session_and_break_on_next_statement();

Some(coverage_collector)
} else {
Expand Down

0 comments on commit 05b47d7

Please sign in to comment.