Skip to content

Commit

Permalink
Add reference to test author
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Dec 14, 2024
1 parent 6d01694 commit 28da07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon_node/network/src/sync/tests/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ impl TestRig {
#[test]
fn head_chain_removed_while_finalized_syncing() {
// NOTE: this is a regression test.
// Added in PR https://github.com/sigp/lighthouse/pull/2821
let mut rig = TestRig::test_setup();

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

// Create blocks on a separate harness
Expand Down

0 comments on commit 28da07b

Please sign in to comment.