Skip to content

Commit 3490b9d

Browse files
committed
remove .only
1 parent b569340 commit 3490b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/Base64.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contract('Base64', function () {
3232
});
3333
});
3434

35-
it.only('Encode reads beyond the input buffer into dirty memory', async function () {
35+
it('Encode reads beyond the input buffer into dirty memory', async function () {
3636
const mock = await Base64Dirty.new();
3737
const buffer32 = Buffer.from(web3.utils.soliditySha3('example').replace(/0x/, ''), 'hex');
3838
const buffer31 = buffer32.slice(0, -2);

0 commit comments

Comments
 (0)