Began moving session tests into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2026-02-18 13:08:47 -05:00
parent 0614c98221
commit 36b414d0c4
5 changed files with 42 additions and 4 deletions

View File

@@ -163,6 +163,7 @@ mod sessions {
}
}
/*
#[test]
fn is_session_document_created() {
let setup = Setup::new();
@@ -232,6 +233,7 @@ mod sessions {
_ => unreachable!("got {:?}, should have gotten records", action),
}
}
*/
#[test]
#[ignore]