Skip to content

Commit 71bb33d

Browse files
committed
cleanup
1 parent aee40b0 commit 71bb33d

File tree

1 file changed

+0
-10
lines changed
  • rust/catalyst-voting/src/vote_protocol/tally

1 file changed

+0
-10
lines changed

rust/catalyst-voting/src/vote_protocol/tally/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,3 @@ pub fn decrypt_tally(
109109
})?;
110110
Ok(res)
111111
}
112-
113-
#[test]
114-
fn test() {
115-
let i = 10;
116-
let voting_option = 1;
117-
println!(
118-
"Invalid encrypted vote at index {i}. \
119-
Does not have a ciphertext for the voting option {voting_option}."
120-
);
121-
}

0 commit comments

Comments
 (0)