Skip to content
Snippets Groups Projects
Commit 7063af63 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-815: fixed typo

parent 42e5b0f9
No related branches found
No related tags found
2 merge requests!59Merge LOFAR-Release-4_0 into master,!55Resolve SW-815
...@@ -306,7 +306,7 @@ class PreschedulerTest(unittest.TestCase): ...@@ -306,7 +306,7 @@ class PreschedulerTest(unittest.TestCase):
self.assertEqual(cobalt_settings, self.test_cobalt_settings) self.assertEqual(cobalt_settings, self.test_cobalt_settings)
self.assertEqual(int, type(cobalt_settings['blockSize'])) self.assertEqual(int, type(cobalt_settings['blockSize']))
self.assertEqual(int, type(cobalt_settings['nrBlocks'])) self.assertEqual(int, type(cobalt_settings['nrBlocks']))
self.assertEqual(int, type(cobalt_settings['nrSubBlocks'])) self.assertEqual(int, type(cobalt_settings['nrSubblocks']))
def test_calculateCobaltSettingsAndConvertToOTDBsettings(self): def test_calculateCobaltSettingsAndConvertToOTDBsettings(self):
'''combination of test_CobaltOTDBsettings and test_calculateCobaltSettings '''combination of test_CobaltOTDBsettings and test_calculateCobaltSettings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment