Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Aug 29, 2023
1 parent 4119d61 commit abdf0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('ManifestManager', () => {

(
manifestManagerContext.artifactClient as jest.Mocked<EndpointArtifactClientInterface>
).listArtifacts.mockImplementation(async (id) => {
).listArtifacts.mockImplementation(async () => {
// report the MACOS Exceptions artifact as not found
return {
items: [
Expand Down

0 comments on commit abdf0e9

Please sign in to comment.