We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2d94e commit 4e4b4b1Copy full SHA for 4e4b4b1
test/plugins-service.ts
@@ -272,7 +272,7 @@ describe("Plugins service", () => {
272
});
273
it("fails when the plugin does not support the installed framework", async () => {
274
let isWarningMessageShown = false;
275
- const expectedWarningMessage = "mySamplePlugin 1.5.0 for android is not compatible with the currently installed framework version 1.4.0.";
+ const expectedWarningMessage = "mySamplePlugin requires at least version 1.5.0 of platform android. Currently installed version is 1.4.0.";
276
277
// Creates plugin in temp folder
278
const pluginName = "mySamplePlugin";
0 commit comments