Skip to content

Commit

Permalink
fix intro test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dariagrudzien committed Sep 28, 2023
1 parent bd18135 commit eebd92e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_lib_intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ async def test_generate_intro_message_with_gh_connection_suggestion():
If you have any questions, feel free to ask in the #ahoj channel. We're here to help!
"""

assert gh_connection_snippet in generate_intro_message(message_content)

assert gh_connection_snippet in generate_intro_message(message_content)["content"]

0 comments on commit eebd92e

Please sign in to comment.