Skip to content

Commit a93295e

Browse files
committed
add line breaks between tests for readability
1 parent abf6585 commit a93295e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ if ! diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT") > /dev/null; then
4343
fi
4444

4545
echo "RESULT: PASSED ✅"
46+
echo -e "\n"
4647
exit 0

0 commit comments

Comments
 (0)