melib/datetime: rename tests for consistency

master
Manos Pitsidianakis 2021-01-05 21:52:41 +02:00
parent fe200a3218
commit 2e6a1e1ef8
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 2 additions and 2 deletions

View File

@ -426,12 +426,12 @@ pub fn now() -> UnixTimestamp {
}
#[test]
fn test_timestamp() {
fn test_datetime_timestamp() {
timestamp_to_string(0, None, false);
}
#[test]
fn test_rfcs() {
fn test_datetime_rfcs() {
if unsafe { libc::setlocale(libc::LC_ALL, b"\0".as_ptr() as _) }.is_null() {
println!("Unable to set locale.");
}