Skip to content

Commit b925d17

Browse files
committed
rename test
1 parent dffda49 commit b925d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/docs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _docs("transforms blog", async () => {
4545
assert.equal(output, { list: blog_out_list, full: blog_out_full });
4646
});
4747

48-
_docs("transforms blog", async () => {
48+
_docs("transforms faq", async () => {
4949
const output = await transform_faq(faq_in, "svelte", "faq");
5050
assert.equal(output, { list: faq_out_list, full: faq_out_full });
5151
});

0 commit comments

Comments
 (0)