diff --git a/src/commands/instagram.test.ts b/src/commands/instagram.test.ts index 56775480..3a620703 100644 --- a/src/commands/instagram.test.ts +++ b/src/commands/instagram.test.ts @@ -31,7 +31,8 @@ describe("instagram pattern matching", () => { "https://www.instagram.com/p/CfOCQKhj7UC/", "https://www.instagram.com/tv/CfOBVIsFpyg", ], - "https://www.instagram.com/reel/C98-NW9oz_p/": "https://www.instagram.com/reel/C98-NW9oz_p/", + "https://www.instagram.com/reel/C98-NW9oz_p/": + "https://www.instagram.com/reel/C98-NW9oz_p/", }; for (const [message, result] of Object.entries(tests)) {