Skip to content

Commit 3b4b856

Browse files
author
Kelly Selden
committed
remove unnecessary down operation
1 parent a51fd6a commit 3b4b856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/acceptance/ember-cli-update-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ describe(function() {
302302
function whichBlueprint(data) {
303303
let str = data.toString();
304304
if (str.includes('Blueprint updates have been found.')) {
305-
ps.stdin.write(`${down}${enter}`);
305+
ps.stdin.write(`${enter}`);
306306
ps.stdout.removeListener('data', whichBlueprint);
307307
resolve();
308308
}

0 commit comments

Comments
 (0)