This commit is contained in:
Dustin J. Mitchell 2023-02-03 00:56:00 +00:00 committed by Dustin J. Mitchell
parent f94df28226
commit 05c7f36b17

View file

@ -1206,7 +1206,7 @@ mod test {
}
#[test]
fn set_value_modiifed() {
fn set_value_modified() {
with_mut_task(|mut task| {
// set the modified property to something in the past..
task.set_value("modified", Some("1671820000".into()))