diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-19 09:25:34 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-19 09:25:34 +0000 |
| commit | 15452be55e727552df10e11facfaf67700845e3a (patch) | |
| tree | 7bc7dbfbe40a86b26b753f4af5c2dd9319dd6baf /tests/sync.rs | |
| parent | cac41a61b48f84dc8c12ece6abb0ebb40c5f9a0c (diff) | |
test: clear names for sync tests
Diffstat (limited to 'tests/sync.rs')
| -rw-r--r-- | tests/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sync.rs b/tests/sync.rs index 64fd10a..ad5ca96 100644 --- a/tests/sync.rs +++ b/tests/sync.rs | |||
| @@ -31,9 +31,9 @@ mod common; | |||
| 31 | 31 | ||
| 32 | // Include sync test submodules (located in tests/sync/) | 32 | // Include sync test submodules (located in tests/sync/) |
| 33 | mod sync { | 33 | mod sync { |
| 34 | pub mod historic_sync; | ||
| 35 | pub mod catchup; | 34 | pub mod catchup; |
| 36 | pub mod discovery; | 35 | pub mod discovery; |
| 36 | pub mod historic_sync; | ||
| 37 | pub mod live_sync; | 37 | pub mod live_sync; |
| 38 | pub mod metrics; | 38 | pub mod metrics; |
| 39 | pub mod tag_variations; | 39 | pub mod tag_variations; |