diff --git a/spinnman_integration_tests/test_job.py b/spinnman_integration_tests/test_job.py index 06ff9c4ee..79641f615 100644 --- a/spinnman_integration_tests/test_job.py +++ b/spinnman_integration_tests/test_job.py @@ -45,7 +45,7 @@ def test_create_job(self): connections = job.get_connections() self.assertGreaterEqual(len(connections), 2) - self.assertIn((0,0), connections) + self.assertIn((0, 0), connections) txrx = job.create_transceiver() @@ -68,5 +68,6 @@ def test_create_job(self): client.close() # print(2^(1/(2^1) + if __name__ == '__main__': unittest.main()