Skip to content

Commit b2ae312

Browse files
committed
I guess this needs to be fixed to pass the tests...
1 parent 3122001 commit b2ae312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/plugins/battery.plugin.bats

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ function setup_upower {
269269
function setup_ioreg {
270270
percent="$1"
271271

272+
# shellcheck disable=SC2317
272273
function ioreg {
273274
printf "\"MaxCapacity\" = 100\n\"CurrentCapacity\" = %s" "${percent}"
274275
}

0 commit comments

Comments
 (0)