Skip to content

Commit 0bd81b5

Browse files
committed
Update test_process_parallel.py
1 parent da78af9 commit 0bd81b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_process_parallel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ async def run_test():
139139
start_iteration=1, max_iterations=1, target_score=None
140140
)
141141

142-
# Verify iteration was submitted
143-
mock_submit.assert_called_once_with(1)
142+
# Verify iteration was submitted with island_id
143+
mock_submit.assert_called_once_with(1, 0)
144144

145145
# Verify program was added to database
146146
self.assertIn("child_1", self.database.programs)

0 commit comments

Comments
 (0)