Skip to content

Commit

Permalink
remove defaultProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitaNachan committed Dec 22, 2024
1 parent 17f5775 commit 0571df1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/m365/pp/commands/copilot/copilot-get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ describe(commands.COPILOT_GET, () => {
assert.notStrictEqual(command.description, null);
});

it('defines correct alias', () => {
const alias = command.alias();
assert.deepStrictEqual(alias, [commands.CHATBOT_GET]);
});

it('defines correct properties for the default output', () => {
assert.deepStrictEqual(command.defaultProperties(), ['name', 'botid', 'publishedon', 'createdon', 'modifiedon']);
});
Expand Down

0 comments on commit 0571df1

Please sign in to comment.