Skip to content

Commit

Permalink
remove serial_test
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 24, 2024
1 parent d4a20e3 commit d58d792
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.
137 changes: 0 additions & 137 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ lazy_static = "1.4.0"
pest = "2.7.6"
pest_derive = "2.7.6"
ratatui = "0.26.1"
serial_test = "3.0.0"
similar = { version = "2.4.0", features = ["unicode"] }
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ fn goto_refs_screen(config: &Config, screens: &mut Vec<Screen>) {
}

#[cfg(test)]
#[serial_test::serial]
mod tests {
use crate::{cli::Args, update, State};
use crossterm::event::{Event, KeyCode, KeyEvent, KeyModifiers};
Expand Down

0 comments on commit d58d792

Please sign in to comment.