From 1810b54ae33dbfda67d8d48e5228b2f409c91336 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 13 May 2024 14:15:06 +0200 Subject: [PATCH] fix tests referring to indexmap2 --- tests/std_types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/std_types.rs b/tests/std_types.rs index a360e16ea..c7854becc 100644 --- a/tests/std_types.rs +++ b/tests/std_types.rs @@ -226,8 +226,8 @@ test_type!(BTreeMap, HashMap, IndexMap = { +#[cfg(feature = "indexmap1")] +test_type!(indexmap1::IndexMap = { "type": "object", "additionalProperties": { "type": "string"