Skip to content

Commit 1810b54

Browse files
committed
fix tests referring to indexmap2
1 parent 652e910 commit 1810b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/std_types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ test_type!(BTreeMap<isize, String>, HashMap<isize, String>, IndexMap<isize, Stri
226226
}
227227
});
228228

229-
#[cfg(feature = "indexmap2")]
230-
test_type!(indexmap2::IndexMap<isize, String> = {
229+
#[cfg(feature = "indexmap1")]
230+
test_type!(indexmap1::IndexMap<isize, String> = {
231231
"type": "object",
232232
"additionalProperties": {
233233
"type": "string"

0 commit comments

Comments
 (0)