Skip to content

Commit

Permalink
chore: remove forgotten it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Mar 18, 2024
1 parent def870b commit 82304aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/decrypt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('decrypt', () => {
expect(cleartext).toBe(getAddress(expected));
});

it.only('decrypts an address Uint8Array value lower than 160 bits', async () => {
it('decrypts an address Uint8Array value lower than 160 bits', async () => {
const keypair = sodium.crypto_box_keypair();
const address = '0x8ba1f109551bd432803012645ac136ddd64d'
// Must add padding until to 40-digit
Expand Down

0 comments on commit 82304aa

Please sign in to comment.