Skip to content

Commit

Permalink
fix(core): fix failing unit test (#16357)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Apr 17, 2023
1 parent 739e1ab commit 0d561ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/new/new.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('new', () => {
'3rd-party-package': expectedVersion,
});
expect(devDependencies).toStrictEqual({
'@nrwl/workspace': nxVersion,
'@nx/workspace': nxVersion,
nx: nxVersion,
});
}
Expand Down

0 comments on commit 0d561ef

Please sign in to comment.