3
0
Переглянути джерело

refactor whitspaces in Test/test_Queries.py

Jens Keim 6 роки тому
батько
коміт
6f9f2d73c4
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      code/Test/test_Queries.py

+ 1 - 0
code/Test/test_Queries.py

@@ -221,6 +221,7 @@ class TestQueries(unittest.TestCase):
     def test_all_macaddress(self):
         self.assertEqual(controller.statistics.process_db_query('all(macaddress)'), ['08:00:27:a3:83:43',
                                                                                      '52:54:00:12:35:02'])
+
     def test_all_portnumber(self):
         self.assertEqual(controller.statistics.process_db_query('all(portnumber)'), ports)