Moved session tests into general library.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-19 10:39:03 -05:00
parent 8ce7bb642e
commit d85bddaa34
6 changed files with 88 additions and 269 deletions

View File

@@ -26,7 +26,7 @@ impl Clock {
vec![Name::english("clock")]
}
fn gen_message() -> Message {
pub fn gen_message() -> Message {
Message::new(MsgAction::OnUpdate(Records::new(
Clock::doc_names(),
Names::new(),