Skip to content

Commit aa6deac

Browse files
committed
✅ fix up failing test
1 parent dbbae88 commit aa6deac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/msbuild-finder.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe("msbuild-finder", function () {
304304
return msbuildFinderSpec.find({ platform: "win32", toolsVersion: -1 });
305305
};
306306

307-
expect(func).to.throw("No MSBuild Version was supplied!");
307+
expect(func).to.throw(/No or invalid MSBuild version was supplied!/);
308308
});
309309

310310
describe("when toolsVersion is \"auto\"", function () {

0 commit comments

Comments
 (0)