Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_simple_dictionary_input is failing in latest version #176

Closed
zmeir opened this issue Aug 6, 2023 · 1 comment
Closed

test_simple_dictionary_input is failing in latest version #176

zmeir opened this issue Aug 6, 2023 · 1 comment

Comments

@zmeir
Copy link
Contributor

zmeir commented Aug 6, 2023

This test is failing after a453437 with the following error:

tests/unittest/test_convert_to_markdown.py:98: AssertionError
=========================== short test summary info ============================
FAILED tests/unittest/test_convert_to_markdown.py::TestConvertToMarkdown::test_simple_dictionary_input - assert "- 🎯 **Main t...de after 2'}}" == '- 🎯 **Main t...\n        ```'
    - 🎯 **Main theme:** Test
    - 📌 **Type of PR:** Test type
    - 🧪 **Relevant tests added:** no
    - ✨ **Focused PR:** Yes
    - 💡 **General PR suggestions:** general suggestion...
  + -  **Code suggestions:**
    
  +   - {'Code example': {'Before': 'Code before', 'After': 'Code after'}}
  +   - {'Code example': {'Before': 'Code before 2', 'After': 'Code after 2'}}
  - - 🤖 **Code suggestions:**
  - 
  -   - **Code example:**
  -     - **Before:**
  -         ```
  -         Code before
  -         ```
  -     - **After:**
  -         ```
  -         Code after
  -         ```
  - 
  -   - **Code example:**
  -     - **Before:**
  -         ```
  -         Code before 2
  -         ```
  -     - **After:**
  -         ```
  -         Code after 2
  -         ```
========================= 1 failed, 39 passed in 0.79s =========================
@mrT23
Copy link
Collaborator

mrT23 commented Aug 6, 2023

Thanks, fixed ('Code suggestions'-> 'Code feedback')

@mrT23 mrT23 closed this as completed Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants