mirror of
https://github.com/thelounge/thelounge
synced 2024-11-12 23:37:08 +00:00
Fix length of the link in tests
This commit is contained in:
parent
28c413319f
commit
6f7fd80044
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ describe("findLinks", () => {
|
|||
const expected = [
|
||||
{
|
||||
start: 0,
|
||||
end: 28,
|
||||
end: 31,
|
||||
link: "irc://irc.example.com/thelounge",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue