From b0e76ca403b90346b37f1aa337d2718cc2fe8a32 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 4 Nov 2021 13:53:02 +0100
Subject: [PATCH] TMSS-1144: adapted comment

---
 SAS/TMSS/backend/test/t_adapter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/test/t_adapter.py b/SAS/TMSS/backend/test/t_adapter.py
index 9d97e0f31b0..b5129d6c1aa 100755
--- a/SAS/TMSS/backend/test/t_adapter.py
+++ b/SAS/TMSS/backend/test/t_adapter.py
@@ -533,7 +533,7 @@ class SIPadapterTest(unittest.TestCase):
         # wipe cache and regenerate
         create_sip_representation_for_dataproduct.cache_clear()
 
-        # create their SIPs (separate loop since dataproduct.save() will invalidate cache):
+        # create their SIPs (separate loop since we needed to clear the cache in between):
         for i in range(10):
             dataproduct = main_dataproducts[i]
             sip = generate_sip_for_dataproduct(dataproduct)
-- 
GitLab