We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b569340 commit 3490b9dCopy full SHA for 3490b9d
test/utils/Base64.test.js
@@ -32,7 +32,7 @@ contract('Base64', function () {
32
});
33
34
35
- it.only('Encode reads beyond the input buffer into dirty memory', async function () {
+ it('Encode reads beyond the input buffer into dirty memory', async function () {
36
const mock = await Base64Dirty.new();
37
const buffer32 = Buffer.from(web3.utils.soliditySha3('example').replace(/0x/, ''), 'hex');
38
const buffer31 = buffer32.slice(0, -2);
0 commit comments