mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
Fix some panics in tests
This commit is contained in:
parent
1c5d15b85e
commit
6540936970
@ -175,11 +175,11 @@ impl GitRepository for FakeGitRepository {
|
||||
}
|
||||
|
||||
async fn load_head_text(&self, _: &Path) -> Option<String> {
|
||||
unimplemented!()
|
||||
None
|
||||
}
|
||||
|
||||
fn reopen_git_repo(&mut self) -> bool {
|
||||
unimplemented!()
|
||||
false
|
||||
}
|
||||
|
||||
fn git_repo(&self) -> Arc<Mutex<LibGitRepository>> {
|
||||
|
Loading…
Reference in New Issue
Block a user