Skip to content

Commit

Permalink
cleanup(core): update test case name with the correct flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Feb 21, 2023
1 parent b473403 commit d882781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/migrate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit d882781

Please sign in to comment.