fix windows test
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-10-27 01:01:05 +00:00
parent 52305ffa2b
commit fe28c70ad1
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -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();