Skip to content

Commit

Permalink
test/migrations: fix database spelling in test names (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Sep 29, 2023
1 parent 05192b8 commit 676b37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/other/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -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) => {
Expand Down

0 comments on commit 676b37f

Please sign in to comment.