Skip to content

Commit ab7d791

Browse files
Update storage/operation/children_test.go
Co-authored-by: Alexander Hentschel <[email protected]>
1 parent 3aff722 commit ab7d791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/operation/children_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func TestDirectChildren(t *testing.T) {
156156
dbtest.RunWithDB(t, func(t *testing.T, db storage.DB) {
157157
lockManager := storage.NewTestingLockManager()
158158

159+
// We emulate a fork of blocks: b1 ← b2 ← b3 ← b4
159160
b1 := unittest.IdentifierFixture()
160161
b2 := unittest.IdentifierFixture()
161162
b3 := unittest.IdentifierFixture()

0 commit comments

Comments
 (0)