fix typo
This commit is contained in:
committed by
Dustin J. Mitchell
parent
f94df28226
commit
05c7f36b17
@@ -1206,7 +1206,7 @@ mod test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn set_value_modiifed() {
|
fn set_value_modified() {
|
||||||
with_mut_task(|mut task| {
|
with_mut_task(|mut task| {
|
||||||
// set the modified property to something in the past..
|
// set the modified property to something in the past..
|
||||||
task.set_value("modified", Some("1671820000".into()))
|
task.set_value("modified", Some("1671820000".into()))
|
||||||
|
|||||||
Reference in New Issue
Block a user