Moved on_query test to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-05 11:13:18 -05:00
parent bb47a7af31
commit 50962e2b68
8 changed files with 111 additions and 42 deletions

View File

@@ -913,6 +913,7 @@ mod document_files {
}
}
/*
#[test]
fn query_sends_on_query_message() {
let count = 5;
@@ -957,6 +958,7 @@ mod document_files {
_ => unreachable!("should never get here"),
}
}
*/
#[test]
fn send_on_addition_message() {