Skip to content

Commit 784e48d

Browse files
committed
Fix lint
1 parent 5409c0d commit 784e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/issues.c2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ describe("Issue Tests", () => {
17351735
caption: "resolver caption",
17361736
};
17371737
});
1738-
app.converter.resolveLinks(abc.comment, abc);
1738+
app.converter.resolveLinks(abc);
17391739
app.converter["_externalSymbolResolvers"] = resolvers;
17401740

17411741
equal(getLinks(abc), [

0 commit comments

Comments
 (0)