diff --git a/__tests__/changedFiles.test.ts b/__tests__/changedFiles.test.ts index db40c51d..2c784963 100644 --- a/__tests__/changedFiles.test.ts +++ b/__tests__/changedFiles.test.ts @@ -51,7 +51,7 @@ describe('checkAnyChangedFiles', () => { }); }); - describe('when all globs do match match any of the files that have changed', () => { + describe('when all globs do not match any of the files that have changed', () => { const globs = ['*.txt', '*.md']; it('returns false', () => {