Skip to content

Commit 358774b

Browse files
committed
Add storage adapter tests from automerge-repo
1 parent 60b808f commit 358774b

6 files changed

Lines changed: 596 additions & 162 deletions

File tree

flake.lock

Lines changed: 332 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samod/src/storage.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ mod filesystem;
88
mod in_memory;
99
pub use in_memory::InMemoryStorage;
1010

11+
pub mod testing;
12+
1113
#[cfg(feature = "tokio")]
1214
pub use filesystem::tokio::FilesystemStorage as TokioFilesystemStorage;
1315

0 commit comments

Comments
 (0)