Skip to content

Commit f32234a

Browse files
committed
forgot commit
1 parent f941a52 commit f32234a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ChunkColumn.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ for (const version of allVersions) {
144144
assert.strictEqual(3, cc2.getBlockLight(new Vec3(0, 3, 0)))
145145
assert.strictEqual(4, cc2.getSkyLight(new Vec3(0, 4, 0)))
146146
assert.strictEqual(cc.toJson(), cc2.toJson())
147-
148147
})
149148
it('to/from JSON work and keep maxBitsPerBlock', () => {
150149
const cc = new ChunkColumn()

0 commit comments

Comments
 (0)