Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Oct 11, 2023
1 parent c1e995f commit 54e6621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('associated_products module', () => {
expect(res.branches.length).toBeGreaterThan(1);
});

it('should leave a warning when more than one docset was found', async () => {
it('should leave a warning when more than one deployable repo was found', async () => {
let msg = '';
const mockedWarn = jest.spyOn(global.console, 'warn').mockImplementationOnce((e) => {
msg = e;
Expand Down

0 comments on commit 54e6621

Please sign in to comment.