mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-21 18:46:28 +00:00
Fix typo.
This commit is contained in:
parent
3fa0cec876
commit
850e1a80f7
1 changed files with 1 additions and 1 deletions
2
tests.py
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue