Skip to content

Commit

Permalink
Fix the tests by using unique tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Jan 15, 2024
1 parent 18063cc commit 992071d
Show file tree
Hide file tree
Showing 4 changed files with 18,274 additions and 18,730 deletions.
4 changes: 2 additions & 2 deletions test/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test("get all circuit proofs", async (t) => {
({ content, fileName }) => new File([content], fileName),
);
return await sindri.createCircuit(files, [
"from-browser-file-array-for-prove-circuit",
"from-browser-file-array-for-get-all-circuit-proofs",
]);
}, fileData);

Expand Down Expand Up @@ -134,7 +134,7 @@ test("get circuit", async (t) => {
({ content, fileName }) => new File([content], fileName),
);
return await sindri.createCircuit(files, [
"from-browser-file-array-for-prove-circuit",
"from-browser-file-array-for-get-circuit",
]);
}, fileData);

Expand Down
Loading

0 comments on commit 992071d

Please sign in to comment.