Skip to content

Commit

Permalink
chore: fix browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jul 6, 2023
1 parent 8bf6b46 commit f0ec20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/execute_circuit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ it("successfully executes a SchnorrVerify opcode", async () => {
}
);

expect(solvedWitness).to.be.eq(expectedWitnessMap);
expect(solvedWitness).to.be.deep.eq(expectedWitnessMap);
});

0 comments on commit f0ec20a

Please sign in to comment.