From 2e6a1e1ef85af513e94a2e401da7d93f29fc2853 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 5 Jan 2021 21:52:41 +0200 Subject: [PATCH] melib/datetime: rename tests for consistency --- melib/src/datetime.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/melib/src/datetime.rs b/melib/src/datetime.rs index df6f231ef..16ec1828a 100644 --- a/melib/src/datetime.rs +++ b/melib/src/datetime.rs @@ -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."); }