Skip to content

Commit

Permalink
tests: adb: also ensure sideload and sideload-auto-reboot resolves
Browse files Browse the repository at this point in the history
Change-Id: I2836bf53b49ab37cbd537f4557f84288b8d02d79
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Jan 13, 2023
1 parent da7796b commit 92e098b
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 92e098b

Please sign in to comment.