mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-13 05:11:24 -05:00
fix
This commit is contained in:
parent
d3fb9656f2
commit
ff15d4902a
@ -79,7 +79,7 @@ mod test {
|
||||
}
|
||||
|
||||
// Helper function for HashMap
|
||||
fn assert_has_keys_hashmap(map: &serde_json::Map<String, _>, keys: &[&str]) {
|
||||
fn assert_has_keys_hashmap(map: &serde_json::Map<String, serde_json::Value>, keys: &[&str]) {
|
||||
for &key in keys {
|
||||
assert!(map.contains_key(key), "Key {} is missing", key);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user