tests: fix typo inside card class proper height/width test (#3489)

This commit is contained in:
Alexandr Garbuzov
2023-11-20 10:57:29 +02:00
committed by GitHub
parent 3a15963a3d
commit f26b83d6cd
+1 -1
View File
@@ -89,7 +89,7 @@ describe("Card", () => {
"200",
);
expect(document.getElementsByTagName("svg")[0]).toHaveAttribute(
"height",
"width",
"200",
);
});