Skip to content

Commit 5244f82

Browse files
committed
chore: fix unit test version-manager.controller.spec.ts
1 parent 5d4daeb commit 5244f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/generator-cli/src/app/controllers/version-manager.controller.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ describe('VersionManagerController', () => {
149149
expect(uiServiceMock.table).toHaveBeenNthCalledWith(1, {
150150
printColNum: false,
151151
message: 'The following releases are available:',
152-
name: 'version',
153152
rows: [
154153
{
155154
value: versions[0],

0 commit comments

Comments
 (0)