From 15452be55e727552df10e11facfaf67700845e3a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 19 Dec 2025 09:25:34 +0000 Subject: test: clear names for sync tests --- tests/sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sync.rs') 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; // Include sync test submodules (located in tests/sync/) mod sync { - pub mod historic_sync; pub mod catchup; pub mod discovery; + pub mod historic_sync; pub mod live_sync; pub mod metrics; pub mod tag_variations; -- cgit v1.2.3