We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e37a commit 2d2b43cCopy full SHA for 2d2b43c
test/spec/modules/userId_spec.js
@@ -1093,7 +1093,7 @@ describe('User ID', function() {
1093
});
1094
1095
1096
- // attach a handler for auction end event to run the submodule callback
+ // attach a handler for auction end event to run the second bid request
1097
events.on(CONSTANTS.EVENTS.AUCTION_END, function handler(submodule) {
1098
if (submodule === 'parrableIdSubmoduleMock') {
1099
// make the second bid request, id should have been refreshed
@@ -1109,7 +1109,7 @@ describe('User ID', function() {
1109
}
1110
1111
1112
- // emit an auction end event to run the second bid request
+ // emit an auction end event to run the submodule callback
1113
events.emit(CONSTANTS.EVENTS.AUCTION_END, 'parrableIdSubmoduleMock');
1114
1115
0 commit comments