Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Nov 17, 2023
1 parent 8cc846a commit e1b0f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_vcard_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def test_adding_preferred_address(self):
wrapper._add_post_address('home', *['home1 ' + c for c in components])
wrapper._add_post_address('pref,home',
*['home2 ' + c for c in components])
expected_work = {item: 'work ' + item for item in components}
expected_home2 = {item: 'home2 ' + item for item in components}
expected_home1 = {item: 'home1 ' + item for item in components}
self.assertDictEqual(
Expand Down

0 comments on commit e1b0f43

Please sign in to comment.