mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Update test
This commit is contained in:
parent
31ffa02bb0
commit
cca0f254f9
1 changed files with 1 additions and 2 deletions
|
@ -126,8 +126,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_main() {
|
||||
let mut terminal = setup_terminal();
|
||||
terminal.clear().unwrap();
|
||||
let terminal = setup_terminal();
|
||||
// Setup event handlers
|
||||
let events = Events::with_config(EventConfig {
|
||||
tick_rate: Duration::from_millis(1000),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue