Skip to content

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 1, 2022
1 parent 0223ab2 commit f43af83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function createTestUtils({

async function testSlug(docFileSource: string, expectedPermalink: string) {
const docFile = await readDoc(docFileSource);
const metadata = processDocMetadata({
const metadata = await processDocMetadata({
docFile,
versionMetadata,
context,
Expand Down

0 comments on commit f43af83

Please sign in to comment.