Skip to content

Commit 4543ffa

Browse files
remove unused testcase
1 parent 504f3ad commit 4543ffa

File tree

3 files changed

+0
-11957
lines changed

3 files changed

+0
-11957
lines changed

src/dist/signatures.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,3 @@ pub fn verify_signature(content: &str, signature: &str) -> Result<bool> {
4949

5050
Ok(false)
5151
}
52-
53-
// Disabled, as currently we use a different key for testing
54-
// #[cfg(test)]
55-
// mod tests {
56-
// use super::*;
57-
58-
// #[test]
59-
// fn test_verify_signature() {
60-
// let content = include_str!("../../tests/data/channel-rust-stable.toml");
61-
// let signature = include_str!("../../tests/data/channel-rust-stable.toml.asc");
62-
63-
// assert!(
64-
// verify_signature(content, signature).unwrap(),
65-
// "invalid signature"
66-
// );
67-
// }
68-
// }

0 commit comments

Comments
 (0)