diff --git a/e2e/nx-plugin/src/nx-plugin.test.ts b/e2e/nx-plugin/src/nx-plugin.test.ts index 632fc3614af0c..19b12858ce3c9 100644 --- a/e2e/nx-plugin/src/nx-plugin.test.ts +++ b/e2e/nx-plugin/src/nx-plugin.test.ts @@ -63,7 +63,7 @@ forEachCli((currentCLIName) => { // we should change it to point to the right collection using relative path it(`should run the plugin's e2e tests`, async (done) => { ensureProject(); - const plugin = uniq('plugin'); + const plugin = uniq('plugin-name'); runCLI( `generate @nrwl/nx-plugin:plugin ${plugin} --linter=${linter} --importPath=@proj/${plugin}` );