From 198c4fbb0a7d2fde84efe3738438e533d9fbc183 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Mon, 4 Nov 2019 17:28:01 +0100 Subject: [PATCH] Fix corrupted path. --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index ce3ddc9..2edf036 100644 --- a/tests.py +++ b/tests.py @@ -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)