1 2 3 4 5 6 7
use super::*; #[test] fn test_events_dir() { let dir = events_dir(); assert!(dir.to_string_lossy().contains("events")); }