Skip to content

Commit

Permalink
fix: restore missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Nov 27, 2024
1 parent 0ece63a commit be67818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/proxy-lib/tests/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ async fn test_create_proposal_and_approve_by_member() -> Result<()> {
Ok(())
}

#[tokio::test]
async fn test_create_proposal_and_approve_by_non_member() -> Result<()> {
let worker = get_sandbox_worker().await;
let (_config_helper, proxy_helper, relayer_account, _context_sk, alice_sk) =
Expand Down Expand Up @@ -429,6 +430,7 @@ async fn test_action_change_active_proposals_limit() -> Result<()> {
Ok(())
}

#[tokio::test]
async fn test_action_change_number_of_approvals(worker: &Worker<Sandbox>) -> Result<()> {
let (proxy_helper, relayer_account, members) = setup_action_test(&worker).await?;

Expand Down

0 comments on commit be67818

Please sign in to comment.