Skip to content

Commit b59379e

Browse files
committed
f test
1 parent aa37c99 commit b59379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ mod tests {
23232323
}
23242324

23252325
#[test]
2326-
fn test_non_init_first_mst() {
2326+
fn test_non_init_first_msg() {
23272327
// Simple test of the first message received over a connection being something other than
23282328
// Init. This results in an immediate disconnection, which previously included a spurious
23292329
// peer_disconnected event handed to event handlers (which would panic in

0 commit comments

Comments
 (0)