Skip to content

Commit

Permalink
#984: rename importFile test for updateNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Oct 10, 2023
1 parent 63f9784 commit 8e2670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/type.importFile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('type: importFile', () => {
beforeEach(() => {
testUtils.mockSetup(true);
});
it('Should update email notifications', async () => {
it('Should set email notification address and activate it', async () => {
handler.setOptions({ completionEmail: 'test@test.com' });
// WHEN
await handler.updateNotifications('testInstance/testBU', 'importFile', [
Expand Down

0 comments on commit 8e2670a

Please sign in to comment.