Fix typos

This commit is contained in:
Emil Fresk 2023-01-08 19:16:36 +01:00 committed by Henrik Tjäder
parent cbe5926880
commit 9a67f00a30
3 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ pub fn run_command(command: &CargoCommand) -> anyhow::Result<RunResult> {
})
}
/// Check if `run` was sucessful.
/// Check if `run` was successful.
/// returns Ok in case the run went as expected,
/// Err otherwise
pub fn run_successful(run: &RunResult, expected_output_file: String) -> Result<(), TestRunError> {