Skip to content

Commit

Permalink
Merge pull request #82 from amartinz/master
Browse files Browse the repository at this point in the history
tests: adb: also ensure sideload and sideload-auto-reboot resolves
  • Loading branch information
Flohack74 authored Jan 14, 2023
2 parents da7796b + 92e098b commit aad94a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ test("reboot() should resolve", async t => {
const [[adb]] = fake()(["ok", "", 0]);
return Promise.all(
(
["system", "recovery", "bootloader", "download", "edl"] as RebootState[]
["system", "recovery", "bootloader", "download", "edl", "sideload", "sideload-auto-reboot"] as RebootState[]
).map(async state => t.falsy(await adb.reboot(state), state))
);
});
Expand Down

0 comments on commit aad94a6

Please sign in to comment.