mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
parent
5b1be95f7d
commit
7da23aee1c
2 changed files with 32 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue