Add remove connection from note back in test

This commit is contained in:
Anthony Corbacho 2016-11-03 17:33:12 +09:00
parent 89d70f29a9
commit a10ba13bf0

View file

@ -121,7 +121,7 @@ public class ZeppelinClientTest {
msg.data = Maps.newHashMap();
msg.data.put("key", "value");
client.send(msg, "DDDD");
//client.removeZeppelinConnection("DDDD");
client.removeNoteConnection("DDDD");
client.stop();
}
}