Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jun 24, 2022
1 parent cb4e001 commit c98c056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c98c056

Please sign in to comment.