Skip to content

Commit 969a883

Browse files
Apply suggestions from code review
Co-authored-by: Jordan Schalm <[email protected]>
1 parent f6d19c5 commit 969a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/access/rpc/backend/backend_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (suite *Suite) TestGetLatestProtocolStateSnapshot_NoTransitionSpan() {
182182
}
183183

184184
// 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
185+
// where its sealing segment is A <- B <- C
186186
snap := state.AtHeight(epoch1.Range()[2])
187187
suite.state.On("Final").Return(snap).Once()
188188

0 commit comments

Comments
 (0)