Added multilingual test to triggers.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -21,7 +21,7 @@ fn can_new_documents_be_added() {
|
||||
data.insert(i.into());
|
||||
}
|
||||
let mut docdef = DocDef::new(doc_name.clone());
|
||||
docdef.add_field(field_name.clone(), FieldType::Integer);
|
||||
docdef.add_field(vec![field_name.clone()], FieldType::Integer);
|
||||
mtt.create_document(docdef);
|
||||
for item in data.iter() {
|
||||
let mut add = Addition::new(doc_name.clone());
|
||||
|
||||
Reference in New Issue
Block a user