Fix redundant clone
This commit is contained in:
parent
adfb5c82fa
commit
5ac26cc641
@ -71,7 +71,7 @@ mod tests {
|
||||
|
||||
assert_eq!(
|
||||
to_json_value(third_party_id.clone()).unwrap(),
|
||||
third_party_id_serialized.clone()
|
||||
third_party_id_serialized
|
||||
);
|
||||
assert_eq!(
|
||||
third_party_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user