Skip to content

Commit

Permalink
Merge pull request #938 from SpiNNakerManchester/fix_test
Browse files Browse the repository at this point in the history
Fixed a test after last merge
  • Loading branch information
andrewgait authored Apr 19, 2022
2 parents f1035e3 + 14efb0f commit 4180d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def testSpin2(self):
set_config("Machine", "spalloc_port", self.spin2Port)

try:
(hostname, version, _, _, _, _, _, m_allocation_controller) = \
(hostname, version, _, _, _, _, m_allocation_controller) = \
spalloc_allocator(n_chips=20)
except (JobDestroyedError):
self.skipTest("Skipping as getting Job failed")
Expand Down

0 comments on commit 4180d2b

Please sign in to comment.