Fix length of the link in tests

This commit is contained in:
Mateusz Hajder 2021-05-26 13:59:04 +02:00
parent 28c413319f
commit 6f7fd80044
No known key found for this signature in database
GPG Key ID: 5BFE5D3F97914EC8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe("findLinks", () => {
const expected = [
{
start: 0,
end: 28,
end: 31,
link: "irc://irc.example.com/thelounge",
},
];