fix: config merging
Embarrassingly, settings from the newly implemented config file where not being correctly applied. This *should* now be fixed. Change the show standard error default to true
This commit is contained in:
@@ -475,8 +475,8 @@ mod tests {
|
||||
|
||||
assert_snapshot!(setup.terminal.backend());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
#[test]
|
||||
/// Custom keymap for help panel is correctly display, two definitions
|
||||
fn test_draw_blocks_headers_custom_keymap_two_definitions() {
|
||||
let mut setup = test_setup(140, 1, true, true);
|
||||
|
||||
Reference in New Issue
Block a user