Skip to content

Commit 8c56994

Browse files
committed
fix up type issue in test
1 parent d36c7dc commit 8c56994

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/bundleAnalysis/useBranchBundleSummary.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ describe('useBranchBundleSummary', () => {
286286
provider: 'gh',
287287
owner: 'codecov',
288288
repo: 'codecov',
289-
repoOverviewIsSuccess: true,
290289
branch: 'main',
291290
})
292291
),
@@ -324,7 +323,6 @@ describe('useBranchBundleSummary', () => {
324323
provider: 'gh',
325324
owner: 'codecov',
326325
repo: 'codecov',
327-
repoOverviewIsSuccess: true,
328326
branch: 'main',
329327
})
330328
),
@@ -362,7 +360,6 @@ describe('useBranchBundleSummary', () => {
362360
provider: 'gh',
363361
owner: 'codecov',
364362
repo: 'codecov',
365-
repoOverviewIsSuccess: true,
366363
branch: 'main',
367364
})
368365
),

0 commit comments

Comments
 (0)