mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Format to make the linter happy
This commit is contained in:
parent
bb105cb429
commit
7bfc66f35c
1 changed files with 2 additions and 1 deletions
|
|
@ -63,5 +63,6 @@ def test_share_post(tmp_folder):
|
|||
)
|
||||
|
||||
assert (
|
||||
share_links["bluesky"] == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html"
|
||||
share_links["bluesky"]
|
||||
== "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue