We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2335828 + 241385c commit 5793b62Copy full SHA for 5793b62
test/napi/lib/boxed.js
@@ -55,7 +55,7 @@ describe("boxed", function () {
55
});
56
57
it("should dynamically check borrowing rules", function () {
58
- assert.throws(() => new RefPerson("World").fail(), /BorrowMutError/);
+ assert.throws(() => new RefPerson("World").fail(), /already borrowed/);
59
60
61
it("should type check externals", function () {
0 commit comments