Skip to content

Commit 54ed89b

Browse files
committed
WIP
1 parent dccc957 commit 54ed89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/my_unit_test_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ die() {
5050

5151
assertArrayEquals() {
5252
(($# == 2 || $# == 3)) || die "assertArrayEquals must 2 or 3 arguments!"
53-
local failMsg=""
53+
local failMsg=
5454
(($# == 3)) && {
5555
failMsg=$1
5656
shift

0 commit comments

Comments
 (0)