Skip to content

Commit 02633a4

Browse files
committed
Attack on Clippy: Episode 1
1 parent 6716a18 commit 02633a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/exchange/exchange_client.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ mod tests {
806806
cloid: None,
807807
}],
808808
grouping: "na".to_string(),
809+
builder: None,
809810
});
810811
let connection_id = action.hash(1583838, None)?;
811812

@@ -836,6 +837,7 @@ mod tests {
836837
cloid: Some(uuid_to_hex_string(cloid.unwrap())),
837838
}],
838839
grouping: "na".to_string(),
840+
builder: None,
839841
});
840842
let connection_id = action.hash(1583838, None)?;
841843

@@ -880,6 +882,7 @@ mod tests {
880882
}
881883
],
882884
grouping: "na".to_string(),
885+
builder: None,
883886
});
884887
let connection_id = action.hash(1583838, None)?;
885888

0 commit comments

Comments
 (0)