From b3a10ca3f3eacff98c4ce45784377f67a30bc706 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 19 May 2022 14:40:17 +0200 Subject: [PATCH] review --- scripts/ci/codegen/__tests__/codegen.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/codegen/__tests__/codegen.test.ts b/scripts/ci/codegen/__tests__/codegen.test.ts index f2f13c78d6..5ab99b270c 100644 --- a/scripts/ci/codegen/__tests__/codegen.test.ts +++ b/scripts/ci/codegen/__tests__/codegen.test.ts @@ -56,7 +56,7 @@ describe('codegen', () => { expect(await getCommentBody('notification')).toMatchInlineSnapshot(` "### 🔨 The codegen job will run at the end of the CI. - _Make sure your last commit does not contains generated code, it will be automatically pushed by our CI._" + _Make sure your last commit does not contain generated code, it will be automatically pushed by our CI._" `); });