We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed39c0 commit ac07e21Copy full SHA for ac07e21
1 file changed
src/widgets/terminal_combo_row.rs
@@ -224,8 +224,8 @@ mod tests {
224
use super::*;
225
use crate::backends::supported_terminals::Terminal;
226
use crate::fakers::NullCommandRunnerBuilder;
227
- use std::panic::{AssertUnwindSafe, catch_unwind};
228
use std::future::pending;
+ use std::panic::{AssertUnwindSafe, catch_unwind};
229
230
#[gtk::test]
231
fn test_selection_notify_does_not_overwrite_non_empty_setting_while_terminals_loading() {
0 commit comments