mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Fix test for 1.7.10 compatibility
This commit is contained in:
parent
cb24696982
commit
78f0ea8fb9
@ -530,9 +530,9 @@ describe("mc-server", function() {
|
|||||||
assert.ok(results.latency <= 1000);
|
assert.ok(results.latency <= 1000);
|
||||||
delete results.latency;
|
delete results.latency;
|
||||||
assert.deepEqual(results, {
|
assert.deepEqual(results, {
|
||||||
version: {
|
version: { //TODO : Make this dynamic, based on protocol.version
|
||||||
name: "1.7.2",
|
name: "1.7.10",
|
||||||
protocol: 4
|
protocol: 5
|
||||||
},
|
},
|
||||||
players: {
|
players: {
|
||||||
max: 120,
|
max: 120,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user