From 5540e0b8aafb2691462a3dca5518342aacaacbb4 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 12 May 2024 09:00:23 +0200 Subject: [PATCH] chore: fix typos in test descriptions (#29011) --- lib/config/migrations/custom/node-migration.spec.ts | 2 +- lib/modules/manager/bundler/update-locked.spec.ts | 2 +- lib/modules/manager/cargo/update-locked.spec.ts | 2 +- lib/workers/repository/update/pr/body/updates-table.spec.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/config/migrations/custom/node-migration.spec.ts b/lib/config/migrations/custom/node-migration.spec.ts index f9a7ec48fadb80..7171ebc41db193 100644 --- a/lib/config/migrations/custom/node-migration.spec.ts +++ b/lib/config/migrations/custom/node-migration.spec.ts @@ -12,7 +12,7 @@ describe('config/migrations/custom/node-migration', () => { ); }); - it('should not delete node incase it has more than one property', () => { + it('should not delete node in case it has more than one property', () => { expect(NodeMigration).toMigrate( { node: { enabled: true, automerge: false }, diff --git a/lib/modules/manager/bundler/update-locked.spec.ts b/lib/modules/manager/bundler/update-locked.spec.ts index 37caaadac05207..a0566ef66b1765 100644 --- a/lib/modules/manager/bundler/update-locked.spec.ts +++ b/lib/modules/manager/bundler/update-locked.spec.ts @@ -53,7 +53,7 @@ describe('modules/manager/bundler/update-locked', () => { expect(updateLockedDependency(config).status).toBe('unsupported'); }); - it('returns update-falied incase of errors', () => { + it('returns update-failed in case of errors', () => { const config: UpdateLockedConfig = { packageFile: 'Gemfile', lockFile: 'Gemfile.lock', diff --git a/lib/modules/manager/cargo/update-locked.spec.ts b/lib/modules/manager/cargo/update-locked.spec.ts index 5c99da7acdaf0a..c3ba15d26b6a6b 100644 --- a/lib/modules/manager/cargo/update-locked.spec.ts +++ b/lib/modules/manager/cargo/update-locked.spec.ts @@ -53,7 +53,7 @@ describe('modules/manager/cargo/update-locked', () => { expect(updateLockedDependency(config).status).toBe('unsupported'); }); - it('returns update-failed incase of errors', () => { + it('returns update-failed in case of errors', () => { const config: UpdateLockedConfig = { packageFile: 'Cargo.toml', lockFile: 'Cargo.lock', diff --git a/lib/workers/repository/update/pr/body/updates-table.spec.ts b/lib/workers/repository/update/pr/body/updates-table.spec.ts index 4fd2d140f703f9..54b1c1e7737c2a 100644 --- a/lib/workers/repository/update/pr/body/updates-table.spec.ts +++ b/lib/workers/repository/update/pr/body/updates-table.spec.ts @@ -152,7 +152,7 @@ describe('workers/repository/update/pr/body/updates-table', () => { ); }); - it('selects the best upgrade incase of duplicate table rows', () => { + it('selects the best upgrade in case of duplicate table rows', () => { const upgrade1 = partial({ manager: 'some-manager', branchName: 'some-branch',