mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Don't introduce more failure
This commit is contained in:
parent
544b1e94c1
commit
1b1a8bad51
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ async fn test_extension_store_with_test_extension(cx: &mut TestAppContext) {
|
|||
})
|
||||
.detach();
|
||||
});
|
||||
std::fs::remove_dir_all(test_extension_dir.join("target")).unwrap();
|
||||
|
||||
extension_store
|
||||
.update(cx, |store, cx| {
|
||||
|
|
Loading…
Reference in a new issue