From d8827814eb58c1e860dba24ee38c676992c9fc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Fri, 17 Feb 2023 18:17:48 +0000 Subject: [PATCH] cleanup(core): update test case name with the correct flag name --- packages/nx/src/command-line/migrate.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {