Explorar o código

refactor whitspaces in Test/test_Queries.py

Jens Keim %!s(int64=6) %!d(string=hai) anos
pai
achega
6f9f2d73c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)