Skip to content

Commit

Permalink
lint, cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Sep 26, 2023
1 parent efaea51 commit a3f5930
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/crypto/modules/WebCryptoModule/webCryptoModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ class CryptorHeaderV1 {

static SENTINEL = 'PNED';


_identifier;
_metadataLength;

Expand Down
1 change: 0 additions & 1 deletion test/contract/steps/cryptoModule/cryptoModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
} from '../../../../lib/crypto/modules/NodeCryptoModule/nodeCryptoModule.js';

Before(function () {
this.grantPayload = {};
this.useRandomIVs = true;
});

Expand Down

0 comments on commit a3f5930

Please sign in to comment.