Skip to content

Commit

Permalink
test(iroh-sync): fix test_content_hashes_iterator_memory (#1565)
Browse files Browse the repository at this point in the history
## Description

the content of this test is the same as `test_basics_memory` so it;s
doing a duplicated test scenario. Name suggests this is what should be
here instead

## Notes & open questions

na

## Change checklist

- [x] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
divagant-martian committed Oct 3, 2023
1 parent 7e79227 commit 07fa983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-sync/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ mod tests {
#[test]
fn test_content_hashes_iterator_memory() -> Result<()> {
let store = store::memory::Store::default();
test_basics(store)
test_content_hashes_iterator(store)
}

#[cfg(feature = "fs-store")]
Expand Down

0 comments on commit 07fa983

Please sign in to comment.