mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Fix test
This commit is contained in:
parent
53cb40d8f6
commit
074a76c9d4
@ -108,7 +108,7 @@ fn removes_configuration_value() {
|
||||
dirs.config_path()
|
||||
);
|
||||
|
||||
assert!(actual.contains("table missing column"));
|
||||
assert!(actual.contains("did you mean"));
|
||||
});
|
||||
|
||||
h::delete_file_at(nu::config_path().unwrap().join("test_5.toml"));
|
||||
|
Loading…
Reference in New Issue
Block a user