Skip to content

Commit

Permalink
fix: remove stray code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Mar 12, 2024
1 parent 91baabe commit 66b6eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/e2e/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type RococoCall = rococo::runtime_types::rococo_runtime::RuntimeCall;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
std::thread::sleep(std::time::Duration::from_secs(5));
use rococo::runtime_types::polkadot_parachain_primitives::primitives::{Id, HeadData, ValidationCode};
use rococo::runtime_types::pallet_broker::coretime_interface::CoreAssignment;
use rococo::runtime_types::polkadot_runtime_parachains::assigner_coretime::PartsOf57600;
Expand Down

0 comments on commit 66b6eea

Please sign in to comment.