Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove panic
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Mar 28, 2024
commit 70213c5ebca754faff9e39c3d8f96dbb75385406
1 change: 0 additions & 1 deletion polkadot/node/collation-generation/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ fn distribute_collation_for_occupied_cores_with_async_backing_enabled_and_elasti

virtual_overseer
});
panic!("Just testing ...");
}

// There are variable number of cores of cores in `Free` state and async backing is enabled.
Expand Down