From 676b37f43f168214a434e7d5db92ec7786a7fdbd Mon Sep 17 00:00:00 2001 From: Alex Anderson <191496+alxndrsn@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:27:23 +0300 Subject: [PATCH] test/migrations: fix database spelling in test names (#992) --- test/integration/other/migrations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/other/migrations.js b/test/integration/other/migrations.js index b9d75a883..9f209d827 100644 --- a/test/integration/other/migrations.js +++ b/test/integration/other/migrations.js @@ -199,7 +199,7 @@ describe.skip('database migrations', function() { }); // eslint-disable-next-line space-before-function-paren, func-names -describe('datbase migrations: removing default project', function() { +describe('database migrations: removing default project', function() { this.timeout(8000); it('should put old forms into project', testServiceFullTrx(async (service, container) => { @@ -237,7 +237,7 @@ describe('datbase migrations: removing default project', function() { }); // eslint-disable-next-line space-before-function-paren, func-names -describe('datbase migrations: intermediate form schema', function() { +describe('database migrations: intermediate form schema', function() { this.timeout(20000); it('should test migration', testServiceFullTrx(async (service, container) => {