Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 28, 2024
1 parent dccc957 commit 54ed89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/my_unit_test_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ die() {

assertArrayEquals() {
(($# == 2 || $# == 3)) || die "assertArrayEquals must 2 or 3 arguments!"
local failMsg=""
local failMsg=
(($# == 3)) && {
failMsg=$1
shift
Expand Down

0 comments on commit 54ed89b

Please sign in to comment.