Skip to content

Commit

Permalink
tests: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonz committed Apr 17, 2023
1 parent c7b6660 commit e056474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Expand Up @@ -141,7 +141,7 @@ impl TestEnvironment {
panic!("add_config not supported when config_path is a file");
}
// Concatenating two valid TOML files does not (generally) result in a valid
// TOML file, so we use create a new file every time instead.
// TOML file, so we create a new file every time instead.
let mut config_file_number = self.config_file_number.borrow_mut();
*config_file_number += 1;
let config_file_number = *config_file_number;
Expand Down

0 comments on commit e056474

Please sign in to comment.