Skip to content

Commit

Permalink
Update description for migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Feb 15, 2024
1 parent 5373ad3 commit 2e8f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/other/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const testMigration = (filename, tests, options = {}) => {
const { only = false, skip = false } = options;
const f = only ? describe.only : (skip ? describe.skip : describe);
// eslint-disable-next-line func-names, space-before-function-paren
f(`migrations: ${filename}`, function() {
f(`database migrations: ${filename}`, function() {
this.timeout(20000);

beforeEach(() => upToMigration(filename, false));
Expand Down

0 comments on commit 2e8f18b

Please sign in to comment.