mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix the test
This commit is contained in:
parent
a897a5aa68
commit
71b91d589b
@ -1126,7 +1126,7 @@ mod tests {
|
||||
outarr.push(val);
|
||||
}
|
||||
let pretty = ron::ser::PrettyConfig::new();
|
||||
if let Some(result) = ron::ser::to_string_pretty(&outarr, pretty) {
|
||||
if let Ok(result) = ron::ser::to_string_pretty(&outarr, pretty) {
|
||||
info!("RON {}", result);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user