Skip to content

Commit 28fd8e1

Browse files
authored
chore: correct spelling in exhaustive pattern matching test name
1 parent 71c46f0 commit 28fd8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/tests/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn can_use_network_kind() {
3434
}
3535

3636
#[test]
37-
fn can_not_match_exaustively_on_testnet_version() {
37+
fn can_not_match_exhaustively_on_testnet_version() {
3838
// Returns true if `n` is testnet version 3.
3939
fn is_testnet_v3(n: Network) -> bool {
4040
match n {

0 commit comments

Comments
 (0)