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 3aff722 commit ab7d791Copy full SHA for ab7d791
storage/operation/children_test.go
@@ -156,6 +156,7 @@ func TestDirectChildren(t *testing.T) {
156
dbtest.RunWithDB(t, func(t *testing.T, db storage.DB) {
157
lockManager := storage.NewTestingLockManager()
158
159
+ // We emulate a fork of blocks: b1 ← b2 ← b3 ← b4
160
b1 := unittest.IdentifierFixture()
161
b2 := unittest.IdentifierFixture()
162
b3 := unittest.IdentifierFixture()
0 commit comments