Fix more warnings

This commit is contained in:
Antonio Scandurra 2023-05-22 19:36:01 +02:00
parent 6f39d49b18
commit 33f6c56b14

View file

@ -2415,10 +2415,7 @@ mod tests {
}
#[gpui::test]
async fn test_close_items_to_the_left(
deterministic: Arc<Deterministic>,
cx: &mut TestAppContext,
) {
async fn test_close_items_to_the_left(cx: &mut TestAppContext) {
init_test(cx);
let fs = FakeFs::new(cx.background());
@ -2438,10 +2435,7 @@ mod tests {
}
#[gpui::test]
async fn test_close_items_to_the_right(
deterministic: Arc<Deterministic>,
cx: &mut TestAppContext,
) {
async fn test_close_items_to_the_right(cx: &mut TestAppContext) {
init_test(cx);
let fs = FakeFs::new(cx.background());