From d92c77fc409372dcacdca05722f022230c54ce67 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Thu, 24 Mar 2022 14:28:20 +0100
Subject: [PATCH] Clarified test

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

diff --git a/tests/test_build.py b/tests/test_build.py
index c8ae3da0..6670f6c7 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -186,7 +186,7 @@ def test_automated_dependency(wrappers):
             contents = f.readlines()
 
         assert len(contents) == 2
-        assert contents[0].startswith("#")
+        assert contents[0].strip() == "# Generated file. Do not edit."
         assert f"{wrapper_b.name} {module_version}" == contents[1]
 
 
-- 
GitLab