update level/block

This commit is contained in:
Tnze
2022-12-09 22:54:13 +08:00
parent 0b7a5024aa
commit 19a76a302c
6 changed files with 263 additions and 9 deletions

View File

@ -14,7 +14,7 @@ func TestPaletteContainer_seq(t *testing.T) {
}
for i := 0; i < 4096; i++ {
if container.Get(i) != BlocksState(i) {
t.Errorf("Get Error, got: %v,but expect: %v", container.Get(i), BlocksState(i))
t.Errorf("Get Error, got: %v, but expect: %v", container.Get(i), BlocksState(i))
}
}
}