Skip to content

Commit 82c6efc

Browse files
committed
fixing tests
1 parent 24d9ef8 commit 82c6efc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/services/dry-run-reporter.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ describe('dry-run-reporter', () => {
225225
});
226226

227227
it('should include commit-scoped deletes even when delete-unmatched is false', async () => {
228-
const client = createMockClient();
228+
const client = createMockClient(new Map([
229+
['Tag:old-tag', true],
230+
]));
229231
const store = createMockStore();
230232

231233
const report = await generateDryRunReport(

0 commit comments

Comments
 (0)