Skip to content

Commit

Permalink
Merge branch 'feature/984-feature-bulk-update-notification-email-addr…
Browse files Browse the repository at this point in the history
…esses' of github.com:Accenture/sfmc-devtools into feature/984-feature-bulk-update-notification-email-addresses
  • Loading branch information
phjulia committed Aug 23, 2023
2 parents 739eaf8 + 9f822f6 commit 10bf762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/type.automation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ describe('type: automation', () => {
assert.equal(
process.exitCode,
false,
'update notifications --clear should not have thrown an error'
'updateNotifications --clear should not have thrown an error'
);
assert.equal(
updatedNotifications['testInstance/testBU'].length,
Expand Down
2 changes: 1 addition & 1 deletion test/type.importFile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('type: importFile', () => {
return;
});
});
describe('Update email notifications for an importFile ================', () => {
describe('Update notifications ================', () => {
beforeEach(() => {
testUtils.mockSetup(true);
});
Expand Down

0 comments on commit 10bf762

Please sign in to comment.