Skip to content

Commit 2d2b43c

Browse files
committed
update test comments
1 parent 805e37a commit 2d2b43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/spec/modules/userId_spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ describe('User ID', function() {
10931093
});
10941094
});
10951095

1096-
// attach a handler for auction end event to run the submodule callback
1096+
// attach a handler for auction end event to run the second bid request
10971097
events.on(CONSTANTS.EVENTS.AUCTION_END, function handler(submodule) {
10981098
if (submodule === 'parrableIdSubmoduleMock') {
10991099
// make the second bid request, id should have been refreshed
@@ -1109,7 +1109,7 @@ describe('User ID', function() {
11091109
}
11101110
});
11111111

1112-
// emit an auction end event to run the second bid request
1112+
// emit an auction end event to run the submodule callback
11131113
events.emit(CONSTANTS.EVENTS.AUCTION_END, 'parrableIdSubmoduleMock');
11141114
});
11151115
});

0 commit comments

Comments
 (0)