Fix test for 1.7.10 compatibility

This commit is contained in:
Robin Lambertz 2014-09-08 14:32:15 +02:00
parent cb24696982
commit 78f0ea8fb9

View File

@ -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,