Remove the last of the major todos
This commit is contained in:
parent
ed263a7b5c
commit
9ce7ef8949
17 changed files with 73 additions and 267 deletions
|
@ -102,6 +102,10 @@ impl TestPlatform {
|
|||
})
|
||||
.detach();
|
||||
}
|
||||
|
||||
pub(crate) fn did_prompt_for_new_path(&self) -> bool {
|
||||
self.prompts.borrow().new_path.len() > 0
|
||||
}
|
||||
}
|
||||
|
||||
impl Platform for TestPlatform {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue