mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Remove temporary region file in test
This commit is contained in:
parent
8345879a61
commit
e9e7b6246f
1 changed files with 1 additions and 0 deletions
|
|
@ -94,4 +94,5 @@ fn test_chunk_seri() {
|
|||
save_chunk(&ChunkPos { x: 3, y: 0 }, &chk);
|
||||
let raw = std::fs::read("0.0.rgn").unwrap();
|
||||
zstd::decode_all(&raw[8..]).unwrap();
|
||||
std::fs::remove_file("0.0.rgn").unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue