Moved query operand tests to lib lest.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-28 15:47:19 -05:00
parent 03134aa9fd
commit 771372144e
5 changed files with 219 additions and 147 deletions

View File

@@ -1203,7 +1203,6 @@ mod document_files {
_ => unreachable!("got {:?}: should have been an error", result.get_action()),
}
}
*/
#[test]
fn does_query_return_related_entries() {
@@ -1313,6 +1312,7 @@ mod document_files {
_ => unreachable!("got {:?}: should have been a reply", action),
}
}
*/
#[test]
fn query_should_work_with_multiple_fields() {