diff --git a/tests.py b/tests.py index d21ed23..8eb8283 100644 --- a/tests.py +++ b/tests.py @@ -150,7 +150,7 @@ class TestMethods(unittest.TestCase): def test_unfound_device(self): print("\n----------------------------------------------------------------------") - print(".Testing unfoud device".format(uid)) + print(".Testing unfoud device") try: streamer_test = Streamer(source="inexisting_file.pcap") except SystemExit: