Skip to content

Commit 63da12b

Browse files
committed
Fix style
1 parent 5dd96aa commit 63da12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe(`#getLinkPreview()`, () => {
257257
});
258258

259259
expect(res.siteName).toEqual("SiteName has been overridden");
260-
expect(res.description).toEqual(firstParagraphText);
260+
expect(res.description).toEqual(firstParagraphText);
261261
});
262262

263263
it("should handle video tags without type or secure_url tags", async () => {

0 commit comments

Comments
 (0)