Started moved delete tests into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-04 12:38:45 -05:00
parent ff9aef6d44
commit 87e737ff6f
2 changed files with 105 additions and 1 deletions

View File

@@ -2075,7 +2075,6 @@ mod document_files {
_ => unreachable!("got {:?}: should have gotten reply", action),
}
}
*/
#[test]
fn can_delete() {
@@ -2115,6 +2114,7 @@ mod document_files {
_ => unreachable!("got {:?}, should have been empty", action),
}
}
*/
#[test]
fn does_delete_return_query_errors() {