summaryrefslogtreecommitdiffstats
path: root/tests/test_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_project.py')
-rw-r--r--tests/test_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_project.py b/tests/test_project.py
index bde38c47..b416386e 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -163,7 +163,7 @@ class CopyLinkTestCase(unittest.TestCase):
163 163
164 @staticmethod 164 @staticmethod
165 def touch(path): 165 def touch(path):
166 with open(path, 'w') as f: 166 with open(path, 'w'):
167 pass 167 pass
168 168
169 def assertExists(self, path, msg=None): 169 def assertExists(self, path, msg=None):