Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jun 12, 2024
1 parent 32ae310 commit f11e652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions activation/activation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1490,8 +1490,9 @@ func TestFindFullyValidHighTickAtx(t *testing.T) {
// where a node operator may change SUs after creating the initial PoST but before
// submitting the first ATX, which should result in the initial PoST to be deleted
// and for the new PoST to be generated instead (this also loses the eligibility
// for the current epoch).
func Test_Builder_RegenerateInitialPost_WithDbCopy(t *testing.T) {
// for the current epoch). This behavior is mocked by mocking the response of the
// proof validator.
func Test_Builder_RegenerateInitialPost(t *testing.T) {
var (
tab = newTestBuilder(t, 1)
sig = maps.Values(tab.signers)[0]
Expand Down

0 comments on commit f11e652

Please sign in to comment.