Skip to content

Commit

Permalink
fix(core): Update plugin migration unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Sep 27, 2024
1 parent 85dabf8 commit e426e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/generators/migration/migration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('NxPlugin migration generator', () => {

it('should update the workspace.json file', async () => {
await migrationGenerator(tree, {
path: 'packages/my-plugin',
path: `packages/my-plugin/${projectName}`,
packageVersion: '1.0.0',
});

Expand Down

0 comments on commit e426e8e

Please sign in to comment.