From 84669dc18d22d4a33ef26ead9255b05cefd8e095 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 24 Nov 2018 11:21:01 +0100 Subject: [PATCH] rename test case --- src/api/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()]));