Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Mar 14, 2022
1 parent 4a66d24 commit a14edfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dao/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ fn can_remove_vision() {

// Ensure the DAO can remove a vision document
assert_ok!(Dao::remove_vision(Origin::signed(1), VISION.to_vec()));

// TODO: Enforce stronger check on Vision test
assert_eq!(Dao::vision(VISION.to_vec()).0, 0);
});
}

Expand Down

0 comments on commit a14edfc

Please sign in to comment.