We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4716cce commit 6d8e4e8Copy full SHA for 6d8e4e8
tests/basic/test_coder.py
@@ -302,7 +302,7 @@ def test_get_file_mentions_various_formats(self):
302
303
# Pre-format the Windows path to avoid backslash issues in f-string expressions
304
windows_path = test_files[2].replace("/", "\\")
305
- win_path3 = test_files[3].replace('/', '\\')
+ win_path3 = test_files[3].replace("/", "\\")
306
307
for fname in test_files:
308
fpath = Path(fname)
0 commit comments