We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cd73b commit 0aeb6c6Copy full SHA for 0aeb6c6
src/smartContracts/smartContractTransactionsFactory.spec.ts
@@ -59,7 +59,7 @@ describe("test smart contract transactions factory", function () {
59
assert.deepEqual(transaction.data, Buffer.from(`${bytecodeHex}@0500@0504@07`));
60
});
61
62
- it.only("should allow args of type bytes", async function () {
+ it("should allow args of type bytes", async function () {
63
const sender = Address.newFromBech32("erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th");
64
const gasLimit = 6000000n;
65
let args = [Buffer.from([7]), new Uint8Array([7])];
0 commit comments