diff options
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; |