We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6716a18 commit 02633a4Copy full SHA for 02633a4
src/exchange/exchange_client.rs
@@ -806,6 +806,7 @@ mod tests {
806
cloid: None,
807
}],
808
grouping: "na".to_string(),
809
+ builder: None,
810
});
811
let connection_id = action.hash(1583838, None)?;
812
@@ -836,6 +837,7 @@ mod tests {
836
837
cloid: Some(uuid_to_hex_string(cloid.unwrap())),
838
839
840
841
842
843
@@ -880,6 +882,7 @@ mod tests {
880
882
}
881
883
],
884
885
886
887
888
0 commit comments