Skip to content

Commit

Permalink
fix typo in list-get command test option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Maestrini committed Feb 2, 2025
1 parent c29f8e2 commit 2b8a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m365/spo/commands/list/list-get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ describe(commands.LIST_GET, () => {
await command.action(logger, {
options: {
webUrl: webUrl,
defaut: true
default: true
}
});

Expand Down

0 comments on commit 2b8a86d

Please sign in to comment.