Skip to content

Commit

Permalink
Update e2e/qwik-nx-e2e/tests/micro-frontends.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Stepanenko <33101123+dmitry-stepanenko@users.noreply.github.com>
  • Loading branch information
JulianTurner and dmitry-stepanenko authored Sep 18, 2023
1 parent 27c135f commit 5bd3a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/qwik-nx-e2e/tests/micro-frontends.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ describe('Micro-frontends e2e', () => {
async () => {
const remote3 = uniq('qwik-nx');
await runNxCommandAsync(
`generate qwik-nx:remote ${remote3} --host=${project} --port=5175 --no-interactive`
`generate qwik-nx:remote ${remote3} --host=${project} --port=5176 --no-interactive`
);
const result = await runNxCommandAsync(`build ${remote3}`);
expect(result.stdout).toContain(
Expand Down

0 comments on commit 5bd3a21

Please sign in to comment.