Skip to content

Commit 179302c

Browse files
rhubertjkloetzke
andauthored
Update test/unit/test_webdav.py
Co-authored-by: Jan Klötzke <jan@kloetzke.net>
1 parent 2e27d04 commit 179302c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/test_webdav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def checkyEntry(entry, is_dir, paths):
179179

180180
def touch(path):
181181
with open(path,'a') as f:
182-
None
182+
pass
183183

184184
with HttpServerMock(self.dir) as srv:
185185
# create some simple directory structure

0 commit comments

Comments
 (0)