Skip to content

Commit

Permalink
Correct error from prior commit's edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 23, 2023
1 parent e5159c9 commit 355831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro_rules! serai_test {
}));

let mut test = DockerTest::new().with_network(dockertest::Network::Isolated);
test.add_composition(composition);
test.provide_container(composition);
test.run_async(|ops| async move {
// Sleep until the Substrate RPC starts
let serai_rpc = ops.handle(handle).host_port(9944).unwrap();
Expand Down

0 comments on commit 355831c

Please sign in to comment.