Skip to content

Commit ec12c29

Browse files
author
Nitin Khanna
committed
testing fun
1 parent 1799b5e commit ec12c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("action", () => {
6262
mockCore.getInput.mockReturnValueOnce('###');
6363
mockCore.getInput.mockReturnValueOnce('30');
6464
mockCore.getInput.mockReturnValueOnce('minutes');
65-
mockCore.getInput.mockReturnValueOnce('ceil');
65+
mockCore.getInput.mockReturnValueOnce(null);
6666
action();
6767
expect(mockMoment.utcOffset).toHaveBeenCalledWith('###');
6868
expect(mockMoment.duration).toHaveBeenCalledWith(30, 'minutes');

0 commit comments

Comments
 (0)