Update chrome-app-tests.ts

This commit is contained in:
Ingvar Stepanyan
2016-02-16 05:05:24 +00:00
parent 3c1ef611b3
commit f4c7df0868
+1 -1
View File
@@ -117,7 +117,7 @@ function test_socketsTcp(): void {
chrome.sockets.tcp.getInfo(socketId, (info: chrome.sockets.tcp.SocketInfo) => { });
// getSockets
chrome.sockets.tcp.getSockets(socketId, (infos: chrome.sockets.tcp.SocketInfo[]) => { });
chrome.sockets.tcp.getSockets((infos: chrome.sockets.tcp.SocketInfo[]) => { });
}
function test_socketsTcpEvents(): void {