summaryrefslogtreecommitdiffstats
path: root/src/modules/time.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/time.rs')
-rw-r--r--src/modules/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/time.rs b/src/modules/time.rs
index bf1857c4f..0450e86fe 100644
--- a/src/modules/time.rs
+++ b/src/modules/time.rs
@@ -45,7 +45,7 @@ fn format_time(time_format: &str, localtime: DateTime<Local>) -> String {
localtime.format(time_format).to_string()
}
-/* Because we cannot do integration tests on the time module, these unit
+/* Because we cannot make acceptance tests for the time module, these unit
tests become extra important */
#[cfg(test)]
mod tests {