moved final addition testing into 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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user