Skip to content

Commit 5881de2

Browse files
committed
test(desktop): satisfy bridge contract lint
1 parent 205ba60 commit 5881de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/desktop-shell/scripts/test-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function testDesktopConfiguration() {
9999
);
100100
assert.match(
101101
migrationHook,
102-
/ExecWait '\"\$R0\\Uninstall OpenWork\.exe\" \/currentuser \/S --updated _\?=\$R0'/,
102+
/ExecWait '"\$R0\\Uninstall OpenWork\.exe" \/currentuser \/S --updated _\?=\$R0'/,
103103
);
104104
assert.equal(
105105
config.bundle?.resources?.['../runtime/openwork'],

0 commit comments

Comments
 (0)