diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-10 16:22:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-10 16:22:19 +0000 |
| commit | f49644963369ea45ca1856e8e5c6c2e7a33b3aa7 (patch) | |
| tree | d18c329d55d01ecf93aa1cd50d877faaedcddc92 /tests/sync.rs | |
| parent | d08878d0b9a8738e57e457a916677d2061775cbd (diff) | |
Phase 6: Implement live sync tests
Diffstat (limited to 'tests/sync.rs')
| -rw-r--r-- | tests/sync.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync.rs b/tests/sync.rs index cedb876..81d1527 100644 --- a/tests/sync.rs +++ b/tests/sync.rs | |||
| @@ -26,4 +26,5 @@ mod common; | |||
| 26 | mod sync { | 26 | mod sync { |
| 27 | pub mod bootstrap; | 27 | pub mod bootstrap; |
| 28 | pub mod discovery; | 28 | pub mod discovery; |
| 29 | pub mod live_sync; | ||
| 29 | } \ No newline at end of file | 30 | } \ No newline at end of file |