Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 47078b8

Browse files
Remove unnecessary lines from tests
1 parent 5d2fa44 commit 47078b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/wallet/top_up_gas_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ var _ = Describe("topUpGas", func() {
284284

285285
BeforeEach(func() {
286286
caller = Controller
287-
BankAccount.MustTransfer(Backend, Controller.Address(), GweiToWei(20))
288287
ownerBalance, err = Backend.BalanceAt(context.Background(), Owner.Address(), nil)
289288
Expect(err).ToNot(HaveOccurred())
290289
})
@@ -301,10 +300,6 @@ var _ = Describe("topUpGas", func() {
301300
Expect(err).ToNot(HaveOccurred())
302301
})
303302

304-
It("should fail", func() {
305-
Expect(isSuccessful(tx)).To(BeFalse())
306-
})
307-
308303
It("should NOT top up the gas", func() {
309304
b, e := Backend.BalanceAt(context.Background(), WalletProxyAddress, nil)
310305
Expect(e).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)