changeset 52097 | 720d9849dcf9 |
parent 49988 | 09367b3d23d8 |
child 52099 | 97840154eee3 |
--- a/tests/test-filecache.py Sat Oct 26 00:58:01 2024 +0200 +++ b/tests/test-filecache.py Sat Oct 26 02:03:54 2024 +0200 @@ -48,7 +48,7 @@ def sjoin(self, p): return p - @localrepo.repofilecache('x', 'y') + @localrepo.repofilecache(b'x', b'y') def cached(self): print('creating') return 'string from function'