Skip to content

Commit

Permalink
fix: fix test for #58 and #52
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 23, 2024
1 parent 17a3cda commit a51687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/generate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test('ADR: generate toc with asciodoc', t => {
let results = ADR.generate('toc')
console.log(results)
t.deepEqual(results,
`= 架构决策记录
`.架构决策记录
* xref:001-编写完整的单元测试.adoc[1. 编写完整的单元测试]
* xref:002-编写完整的单元测试.adoc[2. 编写完整的单元测试]`)
Expand Down

0 comments on commit a51687e

Please sign in to comment.