Skip to content

Commit 09a9177

Browse files
reshmee011Adam-it
andauthored
Update src/m365/spo/commands/user/user-remove.spec.ts
Co-authored-by: Adam Wójcik <[email protected]>
1 parent ccf9e57 commit 09a9177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/m365/spo/commands/user/user-remove.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ describe(commands.USER_REMOVE, () => {
613613
} as any), new CommandError('An error has occurred'));
614614
});
615615

616-
617616
it('handles generic error when user not found when username is passed without prompting with confirmation argument', async () => {
618617
sinon.stub(request, 'get').callsFake(async (opts) => {
619618
requests.push(opts);

0 commit comments

Comments
 (0)