74: Add first e2e test for post-Merge indexing #79

Merged
telackey merged 7 commits from telackey/e2e_test into main 2022-10-11 20:46:20 +00:00
Showing only changes of commit cdc8ec7034 - Show all commits

View File

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