Move SetupTestStateDiffIndexer to shared test helpers

This commit is contained in:
2022-04-21 17:06:29 +05:30
committed by prathamesh
parent 849b17f4bd
commit 77812f2673
10 changed files with 33 additions and 51 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ var _ = Describe("Integration test", func() {
Expect(gethStorage).To(Equal(ipldStorage))
})
It("get storage for SLV countA", func() {
It("get storage for SLV countA after tx", func() {
slvContract, contractErr = integration.Create2Contract("SLVToken", contractSalt)
Expect(contractErr).ToNot(HaveOccurred())
countAIndex := "0x5"