summaryrefslogtreecommitdiff
path: root/tests/test_traversal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_traversal.py')
-rw-r--r--tests/test_traversal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_traversal.py b/tests/test_traversal.py
index a8b81c48b..0d8096f15 100644
--- a/tests/test_traversal.py
+++ b/tests/test_traversal.py
@@ -1264,7 +1264,7 @@ class DummyContext:
return self.next
def __repr__(self):
- return '<DummyContext with name %s at id %s>' % (
+ return '<DummyContext with name {} at id {}>'.format(
self.__name__,
id(self),
)