We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e29ecc commit d3f45d7Copy full SHA for d3f45d7
1 file changed
src/components/status_bar.rs
@@ -140,8 +140,7 @@ mod tests {
140
fn bitcoin_config_no_file_with_warning_shows_try_again() {
141
let mut app = App::new();
142
app.current_screen = CurrentScreen::BitcoinConfig;
143
- app.bitcoin_config_view.warning_message =
144
- Some("Not a valid config.".to_string());
+ app.bitcoin_config_view.warning_message = Some("Not a valid config.".to_string());
145
let output = render_status_bar(&app);
146
assert!(output.contains("Not a valid config."));
147
assert!(output.contains("Try again"));
0 commit comments