diff options
Diffstat (limited to 'tests/sync.rs')
| -rw-r--r-- | tests/sync.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 8 | //! - `live_sync` - Tests for real-time sync after connection established | 8 | //! - `live_sync` - Tests for real-time sync after connection established |
| 9 | //! - `tag_variations` - Tests for different Layer 2/3 tag types | 9 | //! - `tag_variations` - Tests for different Layer 2/3 tag types |
| 10 | //! - `catchup` - Tests for catchup sync after disconnect (not yet implemented) | 10 | //! - `catchup` - Tests for catchup sync after disconnect (not yet implemented) |
| 11 | //! - `metrics` - Tests for Prometheus metrics integration | ||
| 11 | //! | 12 | //! |
| 12 | //! # Running Tests | 13 | //! # Running Tests |
| 13 | //! | 14 | //! |
| @@ -34,5 +35,6 @@ mod sync { | |||
| 34 | pub mod catchup; | 35 | pub mod catchup; |
| 35 | pub mod discovery; | 36 | pub mod discovery; |
| 36 | pub mod live_sync; | 37 | pub mod live_sync; |
| 38 | pub mod metrics; | ||
| 37 | pub mod tag_variations; | 39 | pub mod tag_variations; |
| 38 | } \ No newline at end of file | 40 | } \ No newline at end of file |