Better wording for the new test

This commit is contained in:
Josh Dales
2023-03-20 17:51:58 -04:00
parent d31255f7be
commit b25e3a8c27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
label:
- unknown-check: 'this-check-is-not-supported'
- unknown: 'this-is-not-supported'

View File

@@ -49,7 +49,7 @@ describe('run', () => {
expect(addLabelsMock).toHaveBeenCalledTimes(0);
});
it('does not add a label when no match config options match', async () => {
it('does not add a label when the match config options are not supported', async () => {
usingLabelerConfigYaml('not_supported.yml');
await run();