Skip to content

Commit 28da07b

Browse files
committed
Add reference to test author
1 parent 6d01694 commit 28da07b

File tree

1 file changed

+2
-0
lines changed
  • beacon_node/network/src/sync/tests

1 file changed

+2
-0
lines changed

beacon_node/network/src/sync/tests/range.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ impl TestRig {
188188
#[test]
189189
fn head_chain_removed_while_finalized_syncing() {
190190
// NOTE: this is a regression test.
191+
// Added in PR https://github.com/sigp/lighthouse/pull/2821
191192
let mut rig = TestRig::test_setup();
192193

193194
// Get a peer with an advanced head
@@ -212,6 +213,7 @@ fn head_chain_removed_while_finalized_syncing() {
212213
#[test]
213214
fn state_update_while_purging() {
214215
// NOTE: this is a regression test.
216+
// Added in PR https://github.com/sigp/lighthouse/pull/2827
215217
let mut rig = TestRig::test_setup();
216218

217219
// Create blocks on a separate harness

0 commit comments

Comments
 (0)