Fix typo.

This commit is contained in:
Arijit Das
2021-09-22 16:30:10 +05:30
parent 81546618d3
commit f6a6a294bb
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ var _ = Describe("Integration test", func() {
It("get storage after selfdestruct", func() {
totalSupplyIndex := "0x2"
tx, err := integration.DestoyContract(contract.Address)
tx, err := integration.DestroyContract(contract.Address)
Expect(err).ToNot(HaveOccurred())
time.Sleep(sleepInterval)