Skip to content

Commit

Permalink
fix tests referring to indexmap2
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 13, 2024
1 parent 652e910 commit 1810b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/std_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ test_type!(BTreeMap<isize, String>, HashMap<isize, String>, IndexMap<isize, Stri
}
});

#[cfg(feature = "indexmap2")]
test_type!(indexmap2::IndexMap<isize, String> = {
#[cfg(feature = "indexmap1")]
test_type!(indexmap1::IndexMap<isize, String> = {
"type": "object",
"additionalProperties": {
"type": "string"
Expand Down

0 comments on commit 1810b54

Please sign in to comment.