Skip to content

Commit

Permalink
test: remove unused removeDanglingContainers mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jan 14, 2025
1 parent c73c8a0 commit 42fb825
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/modules/manager/mix/artifacts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ describe('modules/manager/mix/artifacts', () => {
});

it('returns updated mix.lock', async () => {
jest.spyOn(docker, 'removeDanglingContainers').mockResolvedValueOnce();
GlobalConfig.set({
...adminConfig,
binarySource: 'docker',
Expand Down Expand Up @@ -180,7 +179,6 @@ describe('modules/manager/mix/artifacts', () => {
});

it('authenticates to private repositories in updated dependencies', async () => {
jest.spyOn(docker, 'removeDanglingContainers').mockResolvedValueOnce();
GlobalConfig.set({
...adminConfig,
binarySource: 'docker',
Expand Down Expand Up @@ -286,7 +284,6 @@ describe('modules/manager/mix/artifacts', () => {
});

it('returns updated mix.lock in subdir', async () => {
jest.spyOn(docker, 'removeDanglingContainers').mockResolvedValueOnce();
GlobalConfig.set({
...adminConfig,
binarySource: 'docker',
Expand Down Expand Up @@ -325,7 +322,6 @@ describe('modules/manager/mix/artifacts', () => {
});

it('returns updated mix.lock in umbrella project', async () => {
jest.spyOn(docker, 'removeDanglingContainers').mockResolvedValueOnce();
GlobalConfig.set({
...adminConfig,
binarySource: 'docker',
Expand Down Expand Up @@ -368,7 +364,6 @@ describe('modules/manager/mix/artifacts', () => {
});

it('supports lockFileMaintenance', async () => {
jest.spyOn(docker, 'removeDanglingContainers').mockResolvedValueOnce();
GlobalConfig.set({
...adminConfig,
binarySource: 'docker',
Expand Down

0 comments on commit 42fb825

Please sign in to comment.