Update chrome-app-tests.ts

This commit is contained in:
Ingvar Stepanyan
2016-02-16 13:04:21 +00:00
parent f4c7df0868
commit 78e6c2d471
+1 -1
View File
@@ -283,7 +283,7 @@ function test_socketsTcpServer(): void {
chrome.sockets.udp.getInfo(socketId, (info: chrome.sockets.udp.SocketInfo) => { });
// getSockets
chrome.sockets.tcp.getSockets(socketId, (infos: chrome.sockets.tcp.SocketInfo[]) => { });
chrome.sockets.tcp.getSockets((infos: chrome.sockets.tcp.SocketInfo[]) => { });
}
function test_socketsTcpServerEvents(): void {