Skip to content

Commit c6bc801

Browse files
committed
Add failed test for .. testing
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent fb6c199 commit c6bc801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dispatch_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def test_update_dispatch(client: FakeClient, sample: Dispatch) -> None:
151151
dispatch_id=dispatch.id,
152152
new_fields={"recurrence.interval": 4},
153153
)
154-
assert client.dispatches(microgrid_id)[0].recurrence.interval == 4
154+
assert client.dispatches(microgrid_id)[0].recurrence.interval == 5
155155

156156

157157
async def test_update_dispatch_to_no_duration(

0 commit comments

Comments
 (0)