Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit b2058f5

Browse files
committed
Remove pointless empty test
There is an empty test function that does nothing other than to test that we can write tests. Remove it.
1 parent 3cde365 commit b2058f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extended_tests/schemars/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ fn main() {}
22
#[cfg(test)]
33
mod tests {
44
use bitcoin_hashes::*;
5-
#[test]
6-
fn it_works() {}
75

86
#[test]
97
fn hash160() {

0 commit comments

Comments
 (0)