Skip to content

Commit

Permalink
Update packages/fuels-accounts/src/coin_cache.rs
Browse files Browse the repository at this point in the history
Co-authored-by: hal3e <[email protected]>
  • Loading branch information
MujkicA and hal3e authored Oct 30, 2023
1 parent fc518b1 commit 7634e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-accounts/src/coin_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mod tests {

let key: CoinCacheKey = Default::default();
let (item1, _) = get_items();
let items = HashMap::from(HashMap::from([(key.clone(), vec![item1.clone()])]));
let items = HashMap::from([(key.clone(), vec![item1.clone()])]);

cache.insert_multiple(items);

Expand Down

0 comments on commit 7634e80

Please sign in to comment.