Skip to content

Commit

Permalink
Merge pull request #1827 from ably/correct-private-api-usage-data
Browse files Browse the repository at this point in the history
Correct private API usage data
  • Loading branch information
lawrence-forooghian authored Aug 1, 2024
2 parents 0977483 + 24f9206 commit 8ba8ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/realtime/connection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ define(['ably', 'shared_helper', 'async', 'chai'], function (Ably, Helper, async
helper.closeAndFinish(done, realtime);
});
helper.recordPrivateApi('call.connectionManager.activeProtocol.getTransport');
helper.recordPrivateApi('replace.transport.onProtocolMessage');
helper.recordPrivateApi('call.transport.onProtocolMessage');
helper.recordPrivateApi('call.protocolMessageFromDeserialized');
connectionManager.activeProtocol.getTransport().onProtocolMessage(
createPM({
Expand Down
1 change: 1 addition & 0 deletions test/realtime/presence.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,7 @@ define(['ably', 'shared_helper', 'async', 'chai'], function (Ably, Helper, async
},
function (cb) {
/* Inject a member locally */
helper.recordPrivateApi('call.channel.processMessage');
channel
.processMessage({
action: 14,
Expand Down

0 comments on commit 8ba8ec2

Please sign in to comment.