1 parent b2ce430 commit d8d8c13Copy full SHA for d8d8c13
1 file changed
tests/functional/test_fuzz.py
@@ -1000,7 +1000,7 @@ def del_key_type(self):
1000
1001
@rule()
1002
def init_wrong_call(self):
1003
- with pytest.raises(TypeError, match=re.escape(f"SortedDict() takes 0 to 1 positional arguments (2 given)")):
+ with pytest.raises(TypeError, match=re.escape("SortedDict() takes 0 to 1 positional arguments (2 given)")):
1004
SortedDict(object, object)
1005
1006
0 commit comments