Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Sep 20, 2023
1 parent 33ec660 commit 1acac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astra/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ mod tests {
}

#[test]
#[should_panic(expected = "ERR_PERMISSION_DENIED")]
#[should_panic(expected = "Cannot perform this action, dao is dissolved!")]
fn test_dissolve() {
let (mut context, mut contract, id)= setup_ctr();
assert_eq!(contract.get_proposal(id).id, id);
Expand Down

0 comments on commit 1acac58

Please sign in to comment.