Skip to content

Commit

Permalink
fix(compute zkey): refactor after pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Mar 9, 2023
1 parent 270dc82 commit 7bf961f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 67 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/actions/test/data/samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
} from "../../src/types/enums"
import { generateFakeUser, generateFakeCeremony, generateFakeParticipant, generateFakeCircuit } from "./generators"

export const finalizationBeacon = "1234567890"

const fakeUser1 = generateFakeUser({
uid: "0000000000000000000000000001",
data: {
Expand Down
4 changes: 3 additions & 1 deletion packages/actions/test/unit/verification.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from "../../src"
import { envType } from "../utils"
import { TestingEnvironment } from "../../src/types/enums"
import { fakeUsersData, finalizationBeacon } from "../data/samples"
import { fakeUsersData } from "../data/samples"

chai.use(chaiAsPromised)
dotenv.config()
Expand All @@ -23,6 +23,8 @@ dotenv.config()
* Unit test for Verification utilities.
*/
describe("Verification utilities", () => {
const finalizationBeacon = "1234567890"

let wasmPath: string = ""
let zkeyPath: string = ""
let badzkeyPath: string = ""
Expand Down

0 comments on commit 7bf961f

Please sign in to comment.