summaryrefslogtreecommitdiffstats
path: root/src/actions/calendars.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/calendars.rs')
-rw-r--r--src/actions/calendars.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/calendars.rs b/src/actions/calendars.rs
index 0319a90..72a8a7d 100644
--- a/src/actions/calendars.rs
+++ b/src/actions/calendars.rs
@@ -9,7 +9,7 @@ pub fn action_list_calendars(_args: &[String]) -> Result<(), String> {
}
#[cfg(test)]
-mod tests {
+mod integration {
use super::*;
use testutils;