JS: Also fix typo in test case

This commit is contained in:
Asger Feldthaus
2020-04-20 15:24:51 +01:00
parent d4978905f8
commit 4fc79e38ec

View File

@@ -1,7 +1,7 @@
import javascript
query predicate test_ClientReceiveNode_getAck(
SocketIOClient::ReceiveNode rn, SocketIOClient::RecieveCallback res
SocketIOClient::ReceiveNode rn, SocketIOClient::ReceiveCallback res
) {
res.getReceiveNode() = rn
}