Skip to content

Commit cb530c8

Browse files
authored
Update tests (#528)
* Debug * Update internal.js * Update internal.js * Update internal.js * Update internal.js
1 parent 418efa1 commit cb530c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/internal.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function prepare (version) {
1414

1515
async function startTest (version = CURRENT_VERSION, ok) {
1616
await prepare(version)
17-
const Item = require('../types/Item')(version)
17+
// const Item = require('../types/Item')(version)
1818
const port = await getPort()
1919
const server = new Server({ host: '0.0.0.0', port, version, offline: true })
2020

@@ -56,7 +56,7 @@ async function startTest (version = CURRENT_VERSION, ok) {
5656
client.write('network_settings', { compression_threshold: 1 })
5757
// Send some inventory slots
5858
for (let i = 0; i < 3; i++) {
59-
client.queue('inventory_slot', { window_id: 'armor', slot: 0, item: new Item().toBedrock() })
59+
// client.queue('inventory_slot', { window_id: 'armor', slot: 0, item: new Item().toBedrock() })
6060
}
6161

6262
// client.queue('inventory_transaction', get('packets/inventory_transaction.json'))

0 commit comments

Comments
 (0)