summaryrefslogtreecommitdiff
path: root/tests/pkgs/eventonly/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs/eventonly/__init__.py')
-rw-r--r--tests/pkgs/eventonly/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/eventonly/__init__.py b/tests/pkgs/eventonly/__init__.py
index d0d4dafb9..e45a5691f 100644
--- a/tests/pkgs/eventonly/__init__.py
+++ b/tests/pkgs/eventonly/__init__.py
@@ -7,7 +7,7 @@ class Yup:
self.val = val
def text(self):
- return 'path_startswith = %s' % (self.val,)
+ return f'path_startswith = {self.val}'
phash = text