Update test

This commit is contained in:
Dheepak Krishnamurthy 2021-02-11 02:53:29 -07:00
parent 31ffa02bb0
commit cca0f254f9

View file

@ -126,8 +126,7 @@ mod tests {
#[test] #[test]
fn test_main() { fn test_main() {
let mut terminal = setup_terminal(); let terminal = setup_terminal();
terminal.clear().unwrap();
// Setup event handlers // Setup event handlers
let events = Events::with_config(EventConfig { let events = Events::with_config(EventConfig {
tick_rate: Duration::from_millis(1000), tick_rate: Duration::from_millis(1000),