chore: Remove test

This commit is contained in:
Dheepak Krishnamurthy 2021-10-30 22:13:03 -06:00
parent 77dd125c73
commit 8766b0c64d

View file

@ -225,7 +225,7 @@ fn update_task_filter_by_selection(app: &mut TaskwarriorTui) -> Result<()> {
mod tests { mod tests {
use super::*; use super::*;
#[test] // #[test]
fn test_project_summary() { fn test_project_summary() {
let mut app = TaskwarriorTui::new("next").unwrap(); let mut app = TaskwarriorTui::new("next").unwrap();