We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900206 commit 1e3ff43Copy full SHA for 1e3ff43
source_py2/test_python_toolbox/test_temp_file_tools/test_create_temp_folder.py
@@ -62,7 +62,7 @@ def test_exception():
62
assert tf1.is_dir()
63
file_path = (tf1 / 'my_file')
64
with file_path.open('w') as my_file:
65
- my_file.write('Woo hoo!')
+ my_file.write(u'Woo hoo!')
66
67
assert file_path.exists()
68
assert file_path.is_file()
0 commit comments