Skip to content

Commit 314be87

Browse files
committed
chore: appease shellcheck
1 parent 5f8a05d commit 314be87

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
@@ -299,7 +299,7 @@ run_test() {
299299
"$__bash_unit_current_test__"
300300
)
301301
local status=$?
302-
if (( $status != 0 )); then
302+
if (( status != 0 )); then
303303
# notify_test_failed "$__bash_unit_current_test__"
304304
exit $status
305305
else

0 commit comments

Comments
 (0)