tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.

Otherwise it can lead to inconsistent results running subsequent tests.

Signed-off-by: Damien George <damien@micropython.org>
pull/7041/head
Damien George 2021-03-16 12:45:39 +11:00
rodzic 2b888aa2f3
commit a79d97cb76
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -112,3 +112,4 @@ try:
f.write(bytearray(bsize * free))
except OSError as e:
print("ENOSPC:", e.args[0] == 28) # uerrno.ENOSPC
f.close()