Skip to content

Commit

Permalink
remove test test
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Aug 8, 2024
1 parent 8e7cb5d commit ff454a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions e2e/test/automine/e2e-tx-serial-transfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ import {
sendReset,
} from "../helpers/rpc";

describe("aaa", () => {
it("watwut", async() => {
let txSigned = await ALICE.signWeiTransfer(BOB.address, TEST_TRANSFER);
await sendRawTransaction(txSigned);
})
})

describe("Transaction: serial transfer", () => {
var _tx: Transaction;
var _txHash: string;
Expand Down

0 comments on commit ff454a1

Please sign in to comment.