Fix more warnings
This commit is contained in:
parent
6f39d49b18
commit
33f6c56b14
1 changed files with 2 additions and 8 deletions
|
@ -2415,10 +2415,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[gpui::test]
|
#[gpui::test]
|
||||||
async fn test_close_items_to_the_left(
|
async fn test_close_items_to_the_left(cx: &mut TestAppContext) {
|
||||||
deterministic: Arc<Deterministic>,
|
|
||||||
cx: &mut TestAppContext,
|
|
||||||
) {
|
|
||||||
init_test(cx);
|
init_test(cx);
|
||||||
let fs = FakeFs::new(cx.background());
|
let fs = FakeFs::new(cx.background());
|
||||||
|
|
||||||
|
@ -2438,10 +2435,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[gpui::test]
|
#[gpui::test]
|
||||||
async fn test_close_items_to_the_right(
|
async fn test_close_items_to_the_right(cx: &mut TestAppContext) {
|
||||||
deterministic: Arc<Deterministic>,
|
|
||||||
cx: &mut TestAppContext,
|
|
||||||
) {
|
|
||||||
init_test(cx);
|
init_test(cx);
|
||||||
let fs = FakeFs::new(cx.background());
|
let fs = FakeFs::new(cx.background());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue