summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test.rfb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.rfb.js b/tests/test.rfb.js
index fdfb539..ea49e00 100644
--- a/tests/test.rfb.js
+++ b/tests/test.rfb.js
@@ -1318,7 +1318,7 @@ describe('Remote Frame Buffer Protocol Client', function() {
client._display._fb_width = 8;
client._display._viewportLoc.w = 8;
- var info = [{ x: 0, y: 0, width: 8, height: 4, encoding: 0x05 }];
+ var info = [{ x: 0, y: 0, width: 32, height: 4, encoding: 0x05 }];
var rect = [];