Skip to content

Commit 1d73ca3

Browse files
committed
chore: fix tests typo
1 parent 4cef519 commit 1d73ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe('@metalsmith/markdown', function () {
254254
if (err) done(err)
255255
try {
256256
assert.deepStrictEqual(output.slice(0,1), [
257-
['warn', 'Couldn\'t render key %s of file "%s": not a string', 'not_a_string', 'index.md']
257+
['warn', 'Couldn\'t render key "%s" of file "%s": not a string', 'not_a_string', 'index.md']
258258
])
259259
done()
260260
} catch (err) {

0 commit comments

Comments
 (0)