Skip to content

Commit 7542b69

Browse files
committed
fix: update comment in test
1 parent d0f7f20 commit 7542b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,8 @@ mod test {
22202220

22212221
let pending_payloads =
22222222
EventDispatcher::get_pending_payloads(&conn).expect("Failed to get pending payloads");
2223-
// Verify that the pending payload is still in the database
2223+
// Verify that the pending payload is no longer in the database,
2224+
// because this observer is no longer registered.
22242225
assert_eq!(
22252226
pending_payloads.len(),
22262227
0,

0 commit comments

Comments
 (0)