Skip to content

Commit

Permalink
added more delegation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 18, 2024
1 parent 4633cbe commit ae17307
Show file tree
Hide file tree
Showing 12 changed files with 1,177 additions and 200 deletions.
1 change: 1 addition & 0 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 contracts/delegation/dao-vote-delegation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ dao-voting-cw4 = { workspace = true, features = ["library"] }
dao-voting-token-staked = { workspace = true, features = ["library"] }
dao-voting-cw721-staked = { workspace = true, features = ["library"] }
dao-testing = { workspace = true }
dao-proposal-sudo = { workspace = true }
3 changes: 3 additions & 0 deletions contracts/delegation/dao-vote-delegation/src/testing/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pub mod suite;
pub mod tests;

pub use suite::*;
Loading

0 comments on commit ae17307

Please sign in to comment.