Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dizzled committed Nov 29, 2023
1 parent 070a1d6 commit 5e52514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/coqLlmInteractionTests/proofView.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ suite('ProofView parseFile tests', () => {
const theorem = theorems[i];
const thrRes = res[i];

console.log("DEBUG 1", thrRes);
console.log("DEBUG 2", theorem);

assert.strictEqual(thrRes.name, theorem.name);
assert.strictEqual(thrRes.proof!.proof_steps.length, theorem.numOfSteps);
assert.strictEqual(thrRes.proof!.is_incomplete, theorem.isIncomplete);
Expand Down

0 comments on commit 5e52514

Please sign in to comment.