mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix test name
This commit is contained in:
parent
e68d86d6b6
commit
64b11f45d7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ mod tests {
|
|||
use super::*;
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn example_test() {
|
||||
async fn payload_to_large() {
|
||||
let stream = futures::stream::iter(vec![
|
||||
Ok(Bytes::from("1")),
|
||||
Ok(Bytes::from("2")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue