We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d19c5 commit 969a883Copy full SHA for 969a883
engine/access/rpc/backend/backend_test.go
@@ -182,7 +182,7 @@ func (suite *Suite) TestGetLatestProtocolStateSnapshot_NoTransitionSpan() {
182
}
183
184
// Take snapshot at height of block D (epoch1.heights[2]) for valid segment and valid snapshot
185
- // where it's sealing segment is B <- C
+ // where its sealing segment is A <- B <- C
186
snap := state.AtHeight(epoch1.Range()[2])
187
suite.state.On("Final").Return(snap).Once()
188
0 commit comments