Make gRPC Any type test order-insensitive

This commit is contained in:
Gregory Schier
2026-02-22 08:58:07 -08:00
parent bb55223c9b
commit 0d4d1b0557

View File

@@ -55,6 +55,7 @@ mod tests {
let mut out = Vec::new();
super::collect_any_types(json, &mut out);
out.sort();
assert_eq!(out, vec!["foo.bar", "mount_source.MountSourceRBDVolume"]);
}
}