From 0effcc2a0f85d1feaf0994213645ff946804665b Mon Sep 17 00:00:00 2001
From: Zineb Aly <zaly@km3net.de>
Date: Thu, 12 Nov 2020 13:07:38 +0100
Subject: [PATCH] add NC test

---
 tests/test_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_tools.py b/tests/test_tools.py
index c79fe97..d2a7325 100644
--- a/tests/test_tools.py
+++ b/tests/test_tools.py
@@ -536,5 +536,5 @@ class TestIsCC(unittest.TestCase):
         NC_file = is_CC(GENHEN_OFFLINE_FILE)
         CC_file = is_CC(GSEAGEN_OFFLINE_FILE)
 
-        # self.assertFalse(all(NC_file) == True)  # this test fails because the CC flags are not reliable in old files
+        self.assertFalse(all(NC_file) == True)  # this test fails because the CC flags are not reliable in old files
         self.assertTrue(all(CC_file) == True)
-- 
GitLab