diff options
Diffstat (limited to 'helix-core/src/increment/date_time.rs')
-rw-r--r-- | helix-core/src/increment/date_time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/increment/date_time.rs b/helix-core/src/increment/date_time.rs index 1703c3ba..91fa5963 100644 --- a/helix-core/src/increment/date_time.rs +++ b/helix-core/src/increment/date_time.rs @@ -451,7 +451,7 @@ mod test { .unwrap() .increment(amount) .1, - expected.into() + Tendril::from(expected) ); } } |