Skip to content

Commit 3da16f7

Browse files
committed
fixed integration test description
1 parent 9ca3c20 commit 3da16f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ mod test {
24882488

24892489
#[test]
24902490
#[ignore]
2491-
/// This test generates a new block and check .
2491+
/// This test generates a new block and ensures the lossy events_observer will not block.
24922492
fn block_event_with_lossy_observer() {
24932493
let dir = tempdir().unwrap();
24942494
let working_dir = dir.path().to_path_buf();

0 commit comments

Comments
 (0)