Skip to content

Commit

Permalink
test(src): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Aug 14, 2024
1 parent 7226fe5 commit fe5cb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/if-merge/util/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('if-merge/util/helpers: ', () => {
await mergeManifests(mockCommandArgs);

expect.assertions(1);
expect(consopleSpy).toHaveBeenCalledTimes(1);
expect(consopleSpy).toHaveBeenCalledTimes(2);
});

it('gets YAML files when there is only one manifest.', async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/if-run/lib/exhaust.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('lib/exhaust: ', () => {

// @ts-ignore
await exhaust(tree, context, {'no-outout': false});
expect(spy).toHaveBeenCalledTimes(1);
expect(spy).toHaveBeenCalledTimes(2);
});
});
});

0 comments on commit fe5cb1a

Please sign in to comment.