Skip to content

Commit

Permalink
Merge pull request #39 from GH-Syn/ci/remove-redundant-test-scaffolding
Browse files Browse the repository at this point in the history
remove redundant test scaffolding
  • Loading branch information
H4ppy-04 authored May 27, 2023
2 parents 0b29ce5 + b393307 commit 15da446
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_unit_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ def test_word_from_soup_raises_index_error(self):

with self.assertRaises(IndexError):
_soup = get_soup_object_from_word(self.word)
_soup.find_all_next("a")[0].select( # pyright: ignore
".definintion"
)
_soup.find_all_next("a")[0].select(".definintion") # pyright: ignore

def test_space_insert_after_chars(self):
"""Test that a full stop before a character has a space inserted after
Expand Down

0 comments on commit 15da446

Please sign in to comment.