Skip to content

Commit 37d9c64

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82a3811 commit 37d9c64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/event_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def test_partstat():
723723
assert human_formatter(FORMAT_CALENDAR)(event.attributes(dt.date(2014, 4, 9))) == \
724724
'✔09:30-10:30 (foobar) An Event []\x1b[0m'
725725

726-
@pytest.mark.xfail()
726+
@pytest.mark.xfail
727727
def test_partstat_deligated():
728728
event = Event.fromString(
729729
_get_text('event_dt_partstat'), addresses=['hcabot@example.com'], **EVENT_KWARGS)

0 commit comments

Comments
 (0)