Skip to content

Commit da6d42d

Browse files
committed
Fail
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent cfb69ab commit da6d42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dispatch_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ def test_dispatch_create_request_with_no_recurrence() -> None:
146146
recurrence=None,
147147
)
148148

149-
assert request.to_protobuf().dispatch_data.HasField("recurrence") is False
149+
assert request.to_protobuf().dispatch_data.HasField("recurrence") is True

0 commit comments

Comments
 (0)