From 61d4796d84960ec9f25392635afceea3a3bd0916 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 11 Dec 2025 08:47:08 +0000 Subject: refactor: move metrics tests to tests/sync/ structure (Phase 7) --- tests/sync.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/sync.rs') diff --git a/tests/sync.rs b/tests/sync.rs index 2836d8d..5b6b752 100644 --- a/tests/sync.rs +++ b/tests/sync.rs @@ -8,6 +8,7 @@ //! - `live_sync` - Tests for real-time sync after connection established //! - `tag_variations` - Tests for different Layer 2/3 tag types //! - `catchup` - Tests for catchup sync after disconnect (not yet implemented) +//! - `metrics` - Tests for Prometheus metrics integration //! //! # Running Tests //! @@ -34,5 +35,6 @@ mod sync { pub mod catchup; pub mod discovery; pub mod live_sync; + pub mod metrics; pub mod tag_variations; } \ No newline at end of file -- cgit v1.2.3