Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SounD120 committed Jun 25, 2020
1 parent 68254ce commit 5a78956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extension/android/androidPlatform.test.ts
Expand Up @@ -407,7 +407,7 @@ suite("androidPlatform", function () {
const mockPath = require("path");
function mockPlatform(platform: NodeJS.Platform) {
sandbox.restore();
sandbox.stub(path, "join", function (paths: any[]) {
sandbox.stub(mockPath, "join", function (paths: any[]) {
if (platform === "win32") {
return path.win32.join(paths);
} else {
Expand Down

0 comments on commit 5a78956

Please sign in to comment.