Moved on_query test to lib testing.
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user