Skip to content

Commit

Permalink
fix test for rust 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Apr 7, 2022
1 parent a43e50f commit c476ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/v1/data/common/labels/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ mod test {
.add(Operation::Eq("fizz".to_string(), "buzz".to_string()));

let mut map = HashMap::new();
map.insert("fizz", "buzz");
map.insert("foo", "bar");
map.insert("fizz", "buzz");
let selector_from_map: LabelSelector = map.into();

assert_eq!(selector_from_map, selector);
Expand Down

0 comments on commit c476ebd

Please sign in to comment.