Skip to content

Commit

Permalink
undo automatic formatting to test string
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrandreth committed Feb 3, 2025
1 parent 4cd41fb commit 16059c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 79 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_duplicated_note() -> Note:
def test_clean_and_paragraphing_note() -> Note:
return Note(
"""
This is an example of text with various types of spaces:
This is an example of text with various types of spaces:
\tTabs, \u00a0Non-breaking spaces, \u2003Em spaces, \u2002En spaces.
Some lines may contain only punctuation and spaces, like this:
!? ... - -- ???
Expand Down Expand Up @@ -223,7 +223,7 @@ def test_clean_and_paragraphing_note() -> Note:
imp::
Penicillin
"""
""" # noqa: UP031
)


Expand Down
77 changes: 0 additions & 77 deletions tests/test_modelbuilder_config.py

This file was deleted.

0 comments on commit 16059c4

Please sign in to comment.