Skip to content

Commit

Permalink
update TestBasicCatchpointCatchup
Browse files Browse the repository at this point in the history
  • Loading branch information
ohill committed Oct 23, 2023
1 parent 483261b commit 8095d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e-go/features/catchup/catchpointCatchup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ func TestBasicCatchpointCatchup(t *testing.T) {

err = fixture.ClientWaitForRoundWithTimeout(usingNodeRestClient, uint64(targetCatchpointRound+1))
a.NoError(err)

// ensure the raw block can be downloaded (including cert)
_, err = usingNodeRestClient.RawBlock(uint64(targetCatchpointRound))
a.NoError(err)
}

func TestCatchpointLabelGeneration(t *testing.T) {
Expand Down

0 comments on commit 8095d26

Please sign in to comment.