This commit is contained in:
Thomas E Lackey 2022-10-07 15:46:52 -05:00
parent 03806b2b8c
commit cdc8ec7034

View File

@ -36,7 +36,6 @@ var _ = Describe("e2emerge", Label("e2e"), func() {
go bc.CaptureHead() go bc.CaptureHead()
tx, _ := sendTestTx() tx, _ := sendTestTx()
beaconBlock := waitForTxToBeIndexed(bc.Db, tx) beaconBlock := waitForTxToBeIndexed(bc.Db, tx)
Expect(beaconBlock).ToNot(BeNil()) Expect(beaconBlock).ToNot(BeNil())
}) })