Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andyv09 committed Jun 19, 2023
1 parent cc7498b commit 1a5a30f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion packages/snap/tests/rpc/onRpcRequest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ describe('onRpcRequest', () => {

expect.assertions(1);
});

});

describe('togglePopups', () => {
Expand Down
8 changes: 1 addition & 7 deletions packages/snap/tests/utils/veramoUtils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1151,12 +1151,7 @@ describe('Utils [veramo]', () => {
},
{
proofFormat: 'jwt',
vcs: [
exampleVC,
exampleVC,
exampleVCJSONLD,
exampleVCEIP712,
],
vcs: [exampleVC, exampleVC, exampleVCJSONLD, exampleVCEIP712],
}
);
expect(createdVP).not.toBeNull();
Expand All @@ -1177,7 +1172,6 @@ describe('Utils [veramo]', () => {
expect.assertions(3);
});


it('should fail creating a VP and throw user rejected error', async () => {
snapMock.rpcMocks.snap_dialog.mockResolvedValue(false);

Expand Down

0 comments on commit 1a5a30f

Please sign in to comment.