Skip to content

Commit 1bd6371

Browse files
committed
tests: fix formatting of test file
1 parent 7c8a988 commit 1bd6371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let x = 1
2-
let y = 1
2+
let y = 1

rewatch/tests/format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ then
1212
git restore .
1313
else
1414
error "Error formatting test package"
15+
echo "Expected 4 files to be changed, got $git_diff_file_count"
1516
echo $error_output
1617
exit 1
1718
fi

0 commit comments

Comments
 (0)