refactor: reorganize HtmlPageContext and update imports across modules
Some checks failed
CI / Check / Test (push) Failing after 46m33s

This commit is contained in:
2026-06-30 00:07:20 +02:00
parent 9c06fbd33e
commit 943a0abe54
13 changed files with 31 additions and 32 deletions

View File

@@ -89,10 +89,6 @@ impl ReviewLogger for DefaultReviewLogger {
}
}
#[cfg(test)]
#[path = "tests/review_logger.rs"]
mod tests;
async fn publish_events(
publisher: &Arc<dyn EventPublisher>,
movie: &Movie,
@@ -119,3 +115,7 @@ async fn publish_events(
publisher.publish(&review_event).await
}
#[cfg(test)]
#[path = "tests/review_logger.rs"]
mod tests;