Fix test_maudau
This commit is contained in:
Родитель
67e9c5579a
Коммит
43d3d5193e
|
@ -111,7 +111,7 @@ def test_write_locally():
|
|||
try:
|
||||
os.chdir(tempdir)
|
||||
M.write_locally(results)
|
||||
output = open(basename).read()
|
||||
output = open(basename, "rb").read().decode()
|
||||
assert output == expected
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
|
Загрузка…
Ссылка в новой задаче