From d8d653147c82c9c712a37093f89710eb82db261d Mon Sep 17 00:00:00 2001 From: Reetik Rajan Date: Sat, 5 Oct 2024 11:38:17 +0530 Subject: [PATCH] fixed lint error - final newline --- test/slow/nvm use/Running 'nvm use lts' shows actionable error | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slow/nvm use/Running 'nvm use lts' shows actionable error b/test/slow/nvm use/Running 'nvm use lts' shows actionable error index 0f766b6..f5555a5 100644 --- a/test/slow/nvm use/Running 'nvm use lts' shows actionable error +++ b/test/slow/nvm use/Running 'nvm use lts' shows actionable error @@ -16,4 +16,4 @@ EXPECTED_ERROR="You need to run \`nvm install --lts\` to install and \`nvm use - # Check if the error message matches the expected output echo "$ERROR_OUTPUT" | grep -q "$EXPECTED_ERROR" \ - || die "Expected error message not found. Got: $ERROR_OUTPUT" \ No newline at end of file + || die "Expected error message not found. Got: $ERROR_OUTPUT"