mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 19:00:00 +00:00
fix test name
This commit is contained in:
@ -83,7 +83,7 @@ mod tests {
|
|||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
async fn example_test() {
|
async fn payload_to_large() {
|
||||||
let stream = futures::stream::iter(vec![
|
let stream = futures::stream::iter(vec![
|
||||||
Ok(Bytes::from("1")),
|
Ok(Bytes::from("1")),
|
||||||
Ok(Bytes::from("2")),
|
Ok(Bytes::from("2")),
|
||||||
|
Reference in New Issue
Block a user