Skip to content

Commit

Permalink
Market actor unit tests (part 4) (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
Co-authored-by: David Himmelstrup <lemmih@gmail.com>
  • Loading branch information
3 people authored Apr 22, 2022
1 parent f32e7fd commit 593449d
Show file tree
Hide file tree
Showing 5 changed files with 576 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ libipld-core = { version = "0.13.1", features = ["serde-codec"] }

[dev-dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] }
fil_actor_power = { version = "8.0.0-alpha.1", path = "../power" }
fil_actor_reward = { version = "8.0.0-alpha.1", path = "../reward" }
fil_actor_verifreg = { version = "8.0.0-alpha.1", path = "../verifreg" }
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
multihash = { version = "0.16.1", default-features = false }
[features]
fil-actor = []

2 changes: 1 addition & 1 deletion actors/market/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub mod balance_table; // export for testing
mod deal;
#[doc(hidden)]
pub mod ext; // export for testing
mod policy;
pub mod policy; // export for testing
mod state;
mod types;

Expand Down
Loading

0 comments on commit 593449d

Please sign in to comment.