Skip to content

Commit

Permalink
refactor: remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Sep 9, 2024
1 parent f3d036c commit bfc79da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 146 deletions.
7 changes: 1 addition & 6 deletions bindings/node.js/test/mechanics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,8 @@ describe("Mechanics", () => {
Buffer.from(kelQrySignature)
);

let resp = await verifierIdentifier.finalizeQueryKel(
[item],
[kelQrySigPrefix]
);

for (let count = 1; count <= 10; count++) {
resp = await verifierIdentifier.finalizeQueryKel(
var resp = await verifierIdentifier.finalizeQueryKel(
[item],
[kelQrySigPrefix]
);
Expand Down
140 changes: 0 additions & 140 deletions bindings/node.js/test/utils.test.ts

This file was deleted.

0 comments on commit bfc79da

Please sign in to comment.