Battery: less stupid test duration
This commit is contained in:
parent
08823733d0
commit
3a215de0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ NPill {
|
|||
let lines = []
|
||||
|
||||
if (testMode) {
|
||||
lines.push("Time left: " + Time.formatVagueHumanReadableDuration(1234567))
|
||||
lines.push("Time left: " + Time.formatVagueHumanReadableDuration(12345))
|
||||
return lines.join("\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue