Skip to content

Commit

Permalink
remove unused test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Feb 6, 2024
1 parent adb0a8f commit e835f60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ def test__apply_updates(self):
target_paths = pathlib.Path(client.target_dir).iterdir()
self.assertTrue(any(path.suffix == SUFFIX_FAILED for path in target_paths))

def test__apply_updates_failed(self):
client = self.get_refreshed_client()

def test_version_comparison(self):
# verify assumed version hierarchy
v = packaging.version.Version
Expand Down

0 comments on commit e835f60

Please sign in to comment.