mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-12 01:29:49 -04:00
fix
This commit is contained in:
parent
d3fb9656f2
commit
ff15d4902a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue