Skip to content

Commit cb631f5

Browse files
committed
renamed integration test to block_event_with_lossy_observer
1 parent 808d5d0 commit cb631f5

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
@@ -2489,7 +2489,7 @@ mod test {
24892489
#[test]
24902490
#[ignore]
24912491
/// This test generates a new block and check .
2492-
fn tx_submit_with_lossy_observer() {
2492+
fn block_event_with_lossy_observer() {
24932493
let dir = tempdir().unwrap();
24942494
let working_dir = dir.path().to_path_buf();
24952495

0 commit comments

Comments
 (0)