Started moved delete tests into library tests.
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user