Skip to content

Commit

Permalink
tests: add test for storage
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Mar 29, 2024
1 parent bd7ac74 commit ffb275d
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 7 deletions.
165 changes: 162 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exclude = [".github/"]
[workspace.dependencies]
miden-air = { version = "0.8", default-features = false }
miden-lib = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-mock = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-objects = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-processor = { version = "0.8" }
miden-stdlib = { version = "0.8", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ tracing-subscriber = { workspace = true }

[dev-dependencies]
figment = { version = "0.10", features = ["toml", "env", "test"] }
miden-mock = { workspace = true }
miden-node-utils = { path = "../utils", version = "0.2", features = ["tracing-forest"] }
Loading

0 comments on commit ffb275d

Please sign in to comment.