Skip to content

Commit 4e4b4b1

Browse files
committed
test: update warning about runtime version
1 parent 3f2d94e commit 4e4b4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ describe("Plugins service", () => {
272272
});
273273
it("fails when the plugin does not support the installed framework", async () => {
274274
let isWarningMessageShown = false;
275-
const expectedWarningMessage = "mySamplePlugin 1.5.0 for android is not compatible with the currently installed framework version 1.4.0.";
275+
const expectedWarningMessage = "mySamplePlugin requires at least version 1.5.0 of platform android. Currently installed version is 1.4.0.";
276276

277277
// Creates plugin in temp folder
278278
const pluginName = "mySamplePlugin";

0 commit comments

Comments
 (0)