Skip to content

Commit

Permalink
break tests which were giving false negatives[skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 8, 2024
1 parent f639513 commit bf384b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/test_task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,8 @@ async def test_set_outputs_live(
'runtime': {
'foo': {
'outputs': {
'x': 'x',
'y': 'y'
'x': 'xylophone',
'y': 'yacht'
}
}
}
Expand Down Expand Up @@ -1502,8 +1502,8 @@ async def test_prereq_satisfaction(
'runtime': {
'a': {
'outputs': {
'x': 'x',
'y': 'y'
'x': 'xylophone',
'y': 'yacht'
}
}
}
Expand Down

0 comments on commit bf384b2

Please sign in to comment.