Skip to content

Commit 650b6da

Browse files
lczykpgrange
authored andcommitted
chore: appease shellcheck
1 parent ca9233a commit 650b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ run_test() {
300300
"$__bash_unit_current_test__"
301301
)
302302
local status=$?
303-
if (( $status != 0 )); then
303+
if (( status != 0 )); then
304304
# notify_test_failed "$__bash_unit_current_test__"
305305
exit $status
306306
else

0 commit comments

Comments
 (0)