Skip to content

Commit

Permalink
Update tests/integration/test_task_pool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
hjoliver and MetRonnie committed Apr 22, 2024
1 parent 6cf018a commit 51aae7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/test_task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,10 @@ async def test_remove_by_suicide(
'scheduler': {'allow implicit tasks': 'True'},
'scheduling': {
'graph': {
'R1': 'a? & b\n a:failed? => !b'
'R1': '''
a? & b
a:failed? => !b
'''
},
}
})
Expand Down

0 comments on commit 51aae7c

Please sign in to comment.