From 7ecfec8c3b03d5063066bf5e18a57699f755b01b Mon Sep 17 00:00:00 2001 From: roblabla Date: Sat, 23 May 2015 10:28:31 +0000 Subject: [PATCH] Remove ustring test --- test/test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.js b/test/test.js index 941cb7a..6ab8225 100644 --- a/test/test.js +++ b/test/test.js @@ -60,7 +60,6 @@ var values = { 'byte': -10, 'ubyte': 8, 'string': "hi hi this is my client string", - 'ustring': "hi hi this is my server string", 'buffer': new Buffer(8), 'array': function(typeArgs) { if(typeof values[typeArgs.type] === "undefined") {