Skip to content

Commit 0aeb6c6

Browse files
committed
remove only
1 parent b6cd73b commit 0aeb6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smartContracts/smartContractTransactionsFactory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe("test smart contract transactions factory", function () {
5959
assert.deepEqual(transaction.data, Buffer.from(`${bytecodeHex}@0500@0504@07`));
6060
});
6161

62-
it.only("should allow args of type bytes", async function () {
62+
it("should allow args of type bytes", async function () {
6363
const sender = Address.newFromBech32("erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th");
6464
const gasLimit = 6000000n;
6565
let args = [Buffer.from([7]), new Uint8Array([7])];

0 commit comments

Comments
 (0)