Warning cleanup.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -7,7 +7,7 @@ pub fn random_name() -> Name {
|
||||
|
||||
pub fn setup_range(count: usize) -> (TestMoreThanText, TestDocument) {
|
||||
let test_env = TestMoreThanText::new();
|
||||
let mut mtt = test_env.get_morethantext();
|
||||
let mtt = test_env.get_morethantext();
|
||||
let client = mtt.client();
|
||||
let test_doc = TestDocument::new(vec![FieldType::Integer]);
|
||||
client.create_document(test_doc.get_docdef()).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user