From 78f0ea8fb9300d72a9b6ecc571b32475cb09f88a Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Mon, 8 Sep 2014 14:32:15 +0200 Subject: [PATCH] Fix test for 1.7.10 compatibility --- test/test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.js b/test/test.js index cf6247f..1f592e2 100644 --- a/test/test.js +++ b/test/test.js @@ -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,