Skip to content

Commit

Permalink
Update src/icalendar/tests/prop/test_vCalAddress.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 25, 2024
1 parent 9bcefd1 commit 8b13fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/tests/prop/test_vCalAddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def test_from_ical():

def test_repr():
instance = vCalAddress("value")
assert repr(instance) == "vCalAddress('b'value'')"
assert repr(instance) == "vCalAddress('value')"

0 comments on commit 8b13fc5

Please sign in to comment.