Fix test docstring.

This commit is contained in:
Jessica Canady 2024-05-23 15:26:58 -04:00
parent 66637aa868
commit 10b697892a
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -19,7 +19,7 @@ defmodule JOL.Blog.ParserTest do
{:ok, content: content} {:ok, content: content}
end end
test "parses attrs from zola-style posts", post do test "parses the body from zola-style posts", post do
{_attrs, body} = Parser.parse("/fake/filename", post.content) {_attrs, body} = Parser.parse("/fake/filename", post.content)
assert body == "Body!" assert body == "Body!"
end end