Use futures_util
This commit is contained in:
parent
1a248f1dc1
commit
aa5b6fa603
5 changed files with 9 additions and 11 deletions
|
|
@ -147,8 +147,7 @@ mod test {
|
|||
]
|
||||
);
|
||||
drop(first_two_args);
|
||||
assert_eq!(args[2],
|
||||
["-C", "target", "rev-list", "-1", "FETCH_HEAD"]);
|
||||
assert_eq!(args[2], ["-C", "target", "rev-list", "-1", "FETCH_HEAD"]);
|
||||
|
||||
assert!((end - start).as_millis() >= 100);
|
||||
assert!((end - start).as_millis() < 150);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue