diff tests/test-fncache.t @ 50799:02eae2df911a

wrapfunction: use sysstr instead of bytes as argument in various tests This is as valid and simpler, it will help us to eventually get ride of `safehasattr`.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 10 Jul 2023 19:34:04 +0200
parents 5d84b1385f7f
children dcaa2df1f688
line wrap: on
line diff
--- a/tests/test-fncache.t	Mon Jul 10 19:33:14 2023 +0200
+++ b/tests/test-fncache.t	Mon Jul 10 19:34:04 2023 +0200
@@ -275,7 +275,7 @@
   > 
   > def uisetup(ui):
   >     extensions.wrapfunction(
-  >         localrepo.localrepository, b'transaction', wrapper)
+  >         localrepo.localrepository, 'transaction', wrapper)
   > 
   > cmdtable = {}
   >