fix: tests

Signed-off-by: ElaineDeMattosSilvaB <elaine.mattos@gmail.com>
This commit is contained in:
ElaineDeMattosSilvaB
2026-03-26 21:58:08 +01:00
parent 74fb37f729
commit b07ce3da62
@@ -107,6 +107,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -146,6 +147,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -183,6 +185,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -220,6 +223,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -263,6 +267,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -305,6 +310,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',
@@ -369,6 +375,7 @@ describe('createGitLabCommit', () => {
execute_filemode: false,
},
],
undefined,
);
expect(ctx.output).toHaveBeenCalledWith(
'commitHash',