From e634c1482a1f3cff215d6ff2d8f9f09933329a86 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Tue, 25 Apr 2023 23:05:41 +0900 Subject: [PATCH] test: rename category --- tests/specs/cli/commits.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/specs/cli/commits.ts b/tests/specs/cli/commits.ts index 4662827..8b2c4f3 100644 --- a/tests/specs/cli/commits.ts +++ b/tests/specs/cli/commits.ts @@ -15,7 +15,7 @@ export default testSuite(({ describe }) => { assertOpenAiToken(); - describe('CLI', async ({ test, describe }) => { + describe('Commits', async ({ test, describe }) => { test('Excludes files', async () => { const { fixture, aicommits } = await createFixture(files); const git = await createGit(fixture.path);