Skip to content

Commit 00a2f2c

Browse files
committed
fix: unit test failure as 1 day passed since we prefixed r. with repeating users
1 parent c0f3060 commit 00a2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Metrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ define(function (require, exports, module) {
265265
}
266266

267267
function _decorateRepeatUserEvent(eventType) {
268-
if(isFirstUseDay){
268+
if(isFirstUseDay || window.Phoenix.isTestWindow){
269269
return eventType;
270270
}
271271
return `R.${eventType}`;

0 commit comments

Comments
 (0)