()
| 79 | |
| 80 | #[tokio::test] |
| 81 | async fn schema_is_idempotent() { |
| 82 | let conn = test_conn().await; |
| 83 | ensure_git_correlation_schema(&conn) |
| 84 | .await |
| 85 | .expect("second ensure should be a no-op"); |
| 86 | } |
| 87 | |
| 88 | #[tokio::test] |
| 89 | async fn observations_merge_within_gap_and_split_on_branch_switch() { |
nothing calls this directly
no test coverage detected