Skip to content

Commit

Permalink
:wqRevert "test(fix tests)"
Browse files Browse the repository at this point in the history
This reverts commit a14b1ae.
  • Loading branch information
cong-or committed Jan 30, 2024
1 parent a14b1ae commit 5131396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

pub mod private;
pub mod public;
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fn generate_wallets_and_committee() -> (Vec<Wallet>, Vec<CommitteeIdDef>) {
(wallets, ids)
}

#[ignore]
#[test]
pub fn test_get_committee_id() {
let temp_dir = TempDir::new().unwrap();
Expand Down Expand Up @@ -689,7 +688,6 @@ pub fn jcli_e2e_flow() {
);
}

#[ignore]
#[test]
pub fn duplicated_vote() {
let temp_dir = TempDir::new().unwrap();
Expand Down Expand Up @@ -760,7 +758,6 @@ pub fn duplicated_vote() {
);
}

#[ignore]
#[test]
pub fn non_duplicated_vote() {
let temp_dir = TempDir::new().unwrap();
Expand Down

0 comments on commit 5131396

Please sign in to comment.