Skip to content

Commit 4d2cead

Browse files
kraenhansenCopilot
andauthored
Update packages/host/src/node/gradle.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecbb546 commit 4d2cead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/src/node/gradle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe(
5858
},
5959
);
6060

61-
assert.equal(status, 0, `Expected failure: ${stdout} ${stderr}`);
61+
assert.equal(status, 0, `Expected success: ${stdout} ${stderr}`);
6262
assert.match(stdout, /Auto-linking Node-API modules/);
6363
});
6464
});

0 commit comments

Comments
 (0)