Fix corrupted path.

This commit is contained in:
aouinizied 2019-11-04 17:28:01 +01:00
parent bb9ceb4c14
commit 198c4fbb0a

View file

@ -196,7 +196,7 @@ class TestMethods(unittest.TestCase):
str(export.classifiers['ndpi']['master_id']) + '.' + str(export.classifiers['ndpi']['app_id'])
))
exports = sorted(exports)
exports_ground_truth = flows_from_file("/home/sah0312/PycharmProjects/nfstream/tests/out/facebook.pcap.out")
exports_ground_truth = flows_from_file("tests/out/facebook.pcap.out")
del streamer_test
self.assertEqual(exports, exports_ground_truth)