Skip to content

Commit

Permalink
Revert "add test_issue_866"
Browse files Browse the repository at this point in the history
This reverts commit bf9f876.
  • Loading branch information
pitdicker committed Aug 31, 2023
1 parent 243d26d commit 0ea10d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/offset/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,4 @@ mod tests {
);
}
}

/// Test Issue #866
#[test]
fn test_issue_866() {
#[allow(deprecated)]
let local_20221106 = Local.ymd(2022, 11, 6);
let _dt_20221106 = local_20221106.and_hms_milli_opt(1, 2, 59, 1000).unwrap();
}
}

0 comments on commit 0ea10d5

Please sign in to comment.