1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

ci: reinstate coverage

This commit is contained in:
Rob Ede
2023-08-03 06:58:31 +01:00
parent 12dbda986e
commit eaabe7e686
3 changed files with 18 additions and 13 deletions

View File

@ -441,7 +441,7 @@ mod test {
}
}
}
Err(err) => Poll::Ready(()),
Err(_) => Poll::Ready(()),
}
}
}