diff --git a/packages/nx/src/command-line/migrate.spec.ts b/packages/nx/src/command-line/migrate.spec.ts index d0b2239026792..d8704b39801bb 100644 --- a/packages/nx/src/command-line/migrate.spec.ts +++ b/packages/nx/src/command-line/migrate.spec.ts @@ -1366,7 +1366,7 @@ describe('Migration', () => { }); }); - it('should generate the correct migrations when "--only-skipped-migrations"', async () => { + it('should generate the correct migrations when "--exclude-applied-migrations"', async () => { const migrator = new Migrator({ packageJson: createPackageJson({ dependencies: {