From c98c0560eed67cb80a1d3d73a7e1e951300d5808 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 23 Jun 2022 21:11:20 -0300 Subject: [PATCH] space --- zebrad/tests/acceptance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index 9a7d273f936..ea7609b5694 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -572,7 +572,7 @@ fn stored_config_works() -> Result<()> { let mut child = run_dir.spawn_child(args!["-c", stored_config_path.to_str().unwrap(), "start"])?; - //zebra was able to start with the stored config + // zebra was able to start with the stored config child.expect_stdout_line_matches("Starting zebrad".to_string())?; // finish