Skip to content

Commit b525faa

Browse files
Update to latest common lib
1 parent e5ba743 commit b525faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/common

test/services/subscription-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe("subscriptionService", () => {
121121
helpers.isInteractive = originalIsInteractive;
122122
process.env.CLI_NOPROMPT = originalCliNoPrompt;
123123

124-
assert.isTrue(shouldAskForEmailResult, "When the user had already been asked for mail, we should not ask for email.");
124+
assert.isTrue(shouldAskForEmailResult, "We should ask the user for email when console is interactiv, CLI_NOPROMPT is not 1 and we have never asked the user before.");
125125
});
126126
});
127127
});

0 commit comments

Comments
 (0)