Skip to content

Commit e75c28d

Browse files
committed
GitHubPlugin.test.ts: fix test name
1 parent 70b379e commit e75c28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/converter3/plugins/GitHubPlugin.test.ts

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

61-
describe("getGitHubURL", () => {
61+
describe("getURL", () => {
6262
const repositoryPath = "C:/Projects/foobar";
6363
const filePath = repositoryPath + "/src/index.ts";
6464

0 commit comments

Comments
 (0)