mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
fix windows test
This commit is contained in:
parent
52305ffa2b
commit
fe28c70ad1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ mod tests {
|
|||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
let full_config = Config::default();
|
||||
panic!(toml::to_string_pretty(&full_config).unwrap());
|
||||
panic!("{}", toml::to_string_pretty(&full_config).unwrap());
|
||||
}
|
||||
|
||||
let table: toml::Table = toml::from_str(&text).unwrap();
|
||||
|
|
Loading…
Reference in a new issue