Fix error due to deletion of impl::Display

This commit is contained in:
bitfl0wer 2023-04-25 21:42:11 +02:00
parent 27206e4a0f
commit 0f66081b4d
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ mod instance_policies_schema_test {
.unwrap();
let schema = test_instance.instance_policies_schema().await.unwrap();
println!("{}", schema);
println!("{:?}", schema);
}
}