There was an error while loading. Please reload this page.
1 parent 96e2bff commit ceedae5Copy full SHA for ceedae5
1 file changed
tests/e2e/data_types/chunk.rs
@@ -358,7 +358,7 @@ mod tests {
358
// so all Arc<ChunkStore> clones are released.
359
// 2. Abort the protocol task that holds an Arc<AntProtocol>.
360
// 3. Drop the node's own Arc<AntProtocol>.
361
- // This ensures the the chunk store is fully closed before reopening.
+ // This ensures the chunk store is fully closed before reopening.
362
let data_dir = {
363
let node = harness
364
.network_mut()
0 commit comments