Fix tests
This commit is contained in:
parent
3bed7a4f0d
commit
46ed4fad44
2 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,7 @@ impl GitRepository for FakeGitRepository {
|
|||
}
|
||||
|
||||
fn stash_entries(&self) -> BoxFuture<'_, Result<git::stash::GitStash>> {
|
||||
unimplemented!()
|
||||
async { Ok(git::stash::GitStash::default()) }.boxed()
|
||||
}
|
||||
|
||||
fn branches(&self) -> BoxFuture<'_, Result<Vec<Branch>>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue