Skip to content

Commit 53f6b07

Browse files
authored
Merge pull request #6665 from oliver-sanders/flake8++
flake8++
2 parents c5800e5 + 7bd0dd9 commit 53f6b07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_dbstatecheck.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ async def checker(
4545
},
4646
'runtime': {
4747
'bad': {'simulation': {'fail cycle points': '1000'}},
48-
'output': {'outputs': {'trigger': 'message', 'custom_output': 'foo'}}
48+
'output': {
49+
'outputs': {'trigger': 'message', 'custom_output': 'foo'}
50+
}
4951
}
5052
})
5153
schd: Scheduler = mod_scheduler(wid, paused_start=False)

0 commit comments

Comments
 (0)