Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Sep 13, 2024
1 parent f07830f commit d909059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('TaskManagerMetricsCollector', () => {
return;
}
if(taskStatus == 'idle') {
if(taskStatus.value == 'idle') {
emit((new Date().getTime() - runAt.value.getMillis()) / 1000);
} else {
def retryAt = doc['task.retryAt'];
Expand Down

0 comments on commit d909059

Please sign in to comment.