74: Add first e2e test for post-Merge indexing #79
@ -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())
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user