Skip to content

Commit ca461fa

Browse files
committed
fix flake
1 parent 39ccbc4 commit ca461fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/core-server/server-channel/ghost-stories-channel.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ describe('ghostStoriesChannel', () => {
433433
stats: {
434434
globMatchCount: 0,
435435
candidateAnalysisDuration: 0,
436-
totalRunDuration: 0,
436+
totalRunDuration: expect.any(Number),
437437
analyzedCount: 0,
438438
avgComplexity: 0,
439439
candidateCount: 0,

0 commit comments

Comments
 (0)