fix(group_sync_worker): add missing Node import in tests

- Added use crate::topology::Node to test imports
- Fixes compilation error: use of undeclared type Node

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-05-24 16:10:52 -04:00
parent f63f812362
commit 4fb1f66fdb

View file

@ -382,6 +382,7 @@ mod tests {
use super::*;
use crate::group_addition::{GroupAdditionConfig, GroupAdditionCoordinator};
use crate::scatter::FetchDocumentsResponse;
use crate::topology::Node;
use std::sync::Arc;
// Mock node client for testing