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:
@@ -32,7 +32,7 @@ impl TestDocument {
|
||||
let mut fnames = Vec::new();
|
||||
for i in 0..fields.len() {
|
||||
let name = Name::english(format!("field{}", i).as_str());
|
||||
docdef.add_field(name.clone(), fields[i].clone());
|
||||
docdef.add_field(vec![name.clone()], fields[i].clone());
|
||||
fnames.push(name);
|
||||
}
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user