Skip to content

Commit 480ffc9

Browse files
test: clarify android sdk support descriptions
Agent-Logs-Url: https://github.com/NativeScript/nativescript-cli/sessions/88eeac91-da5e-44b8-9dcc-3560b73090e9 Co-authored-by: NathanWalker <457187+NathanWalker@users.noreply.github.com>
1 parent 5c84160 commit 480ffc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/doctor/test/android-tools-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ describe("androidToolsInfo", () => {
135135
);
136136
});
137137

138-
it("runtime 8.2.0 should support android-17 - android-36.1", () => {
138+
it("runtime 8.2.0 should support android-17 through android-36 and android-36.1", () => {
139139
const expectedTargets = [
140140
...Array.from({ length: 20 }, (_, index) => `android-${17 + index}`),
141141
"android-36.1",
142142
];
143143
assertSupportedTargets("8.2.0", expectedTargets);
144144
});
145145

146-
it("runtime 8.3.0 should support android-17 - android-36.1", () => {
146+
it("runtime 8.3.0 should support android-17 through android-36 and android-36.1", () => {
147147
const expectedTargets = [
148148
...Array.from({ length: 20 }, (_, index) => `android-${17 + index}`),
149149
"android-36.1",

0 commit comments

Comments
 (0)