mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
chore: Remove test
This commit is contained in:
parent
77dd125c73
commit
8766b0c64d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue