diff --git a/src/api/schema.rs b/src/api/schema.rs index ea4b9292..a3ba6096 100644 --- a/src/api/schema.rs +++ b/src/api/schema.rs @@ -714,7 +714,7 @@ fn test_verify_function() { } #[test] -fn test_verify_complex() { +fn test_verify_complex_object() { let nic_models = Arc::new(ApiStringFormat::Enum( vec!["e1000".into(), "virtio".into()]));