mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Fix test
This commit is contained in:
parent
53cb40d8f6
commit
074a76c9d4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue