Skip to content

Commit

Permalink
I guess this needs to be fixed to pass the tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood committed Nov 19, 2024
1 parent 3122001 commit b2ae312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plugins/battery.plugin.bats
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function setup_upower {
function setup_ioreg {
percent="$1"

# shellcheck disable=SC2317
function ioreg {
printf "\"MaxCapacity\" = 100\n\"CurrentCapacity\" = %s" "${percent}"
}
Expand Down

0 comments on commit b2ae312

Please sign in to comment.