Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Jan 23, 2024
1 parent 20f9fca commit d026807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/resource-resolver/nodejs/__test__/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test("it resolves Nsis and Wix correctly", (t) => {
});

test("it resolves App and Dmg correctly", (t) => {
const expected = join(realpathSync(process.execPath), "../../Resources");
const expected = join(realpathSync(process.execPath), "../Resources");
t.is(expected, resourcesDir("App"));
t.is(expected, resourcesDir("Dmg"));
});
Expand Down

0 comments on commit d026807

Please sign in to comment.