Run cargo test and fix it (#3663)

run cargo test and fix it
This commit is contained in:
Dustin J. Mitchell 2024-11-05 08:55:10 -05:00 committed by GitHub
parent 5b1be95f7d
commit 7da23aee1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 1 deletions

View file

@ -943,7 +943,7 @@ mod test {
assert_eq!(t.properties(), vec!["prop".to_string()]);
assert_eq!(
t.iter(),
t.items(),
vec![ffi::PropValuePair {
prop: "prop".into(),
value: "value".into(),