Tests: fixed test_static_space_in_name.

This commit is contained in:
Andrei Zeliankou
2020-09-30 22:45:58 +01:00
parent c5cb2432c4
commit 1fe1518ab1

View File

@@ -129,7 +129,7 @@ class TestStatic(TestApplicationProto):
), 'file name enclosing'
try:
print('файл')
open(self.temp_dir + 'а', 'a').close()
utf8 = True
except: