mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -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);
|
||||
delete results.latency;
|
||||
assert.deepEqual(results, {
|
||||
version: {
|
||||
name: "1.7.2",
|
||||
protocol: 4
|
||||
version: { //TODO : Make this dynamic, based on protocol.version
|
||||
name: "1.7.10",
|
||||
protocol: 5
|
||||
},
|
||||
players: {
|
||||
max: 120,
|
||||
|
Loading…
x
Reference in New Issue
Block a user