mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-22 02:34:29 +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")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
let full_config = Config::default();
|
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();
|
let table: toml::Table = toml::from_str(&text).unwrap();
|
||||||
|
|
Loading…
Reference in a new issue