Skip to content

Commit cb78629

Browse files
test: clarify android sdk support case name
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 a94b484 commit cb78629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe("androidToolsInfo", () => {
135135
);
136136
});
137137

138-
it("runtime 8.2.0 should support android-17 - android-36.1", () => {
138+
it("runtime 8.2.0 and 8.3.0 should support android-17 - android-36.1", () => {
139139
const expectedTargets = [
140140
...Array.from({ length: 20 }, (_, index) => `android-${17 + index}`),
141141
"android-36.1",

0 commit comments

Comments
 (0)