moved final addition testing into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-04 11:07:38 -05:00
parent 43aa53fc49
commit ff9aef6d44
2 changed files with 43 additions and 3 deletions

View File

@@ -2045,7 +2045,6 @@ mod document_files {
}
assert!(ids.is_empty(), "did not find {:?}", ids);
}
*/
#[test]
fn can_calculate_field_values() {
@@ -2076,6 +2075,7 @@ mod document_files {
_ => unreachable!("got {:?}: should have gotten reply", action),
}
}
*/
#[test]
fn can_delete() {