summaryrefslogtreecommitdiffstats
path: root/src/modules/time.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-09-12 19:01:14 -0400
committerKevin Song <chipbuster@users.noreply.github.com>2019-09-12 18:01:13 -0500
commit3e23a9a73cc5671aee4338dba1203f5864a42dd4 (patch)
treebbc3a7234c6d6f600a717f53d390f2d2c01f6a5d /src/modules/time.rs
parent373493be85f9bace92dd03e5595e43ad5dc59c9b (diff)
chore: Rename integration_test to acceptance_test (#356)
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 {