Skip to content

Commit a3ecea5

Browse files
committed
tests: fix test name
1 parent f663934 commit a3ecea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bitcoin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn test_blockdata_parsing() {
109109
}
110110

111111
#[test]
112-
fn test_timing() {
112+
fn test_headers() {
113113
let mut storage = storage();
114114
for height in 0..=169 {
115115
storage.get_header(height).unwrap();

0 commit comments

Comments
 (0)