Commit b2aa92c5 authored by anuraghazra's avatar anuraghazra
Browse files

fix: tests

parent 9a87dc02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ describe("Test renderRepoCard", () => {
    expect(iconClassStyles.fill).toBe("#586069");
    expect(queryByTestId(document.body, "card-border")).toHaveAttribute(
      "fill",
      "rgba(255, 255, 255, 0)"
      "#FFFEFE"
    );
  });

+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ describe("Test renderStatsCard", () => {
    expect(iconClassStyles.fill).toBe("#4c71f2");
    expect(queryByTestId(document.body, "card-border")).toHaveAttribute(
      "fill",
      "rgba(255, 255, 255, 0)"
      "#FFFEFE"
    );
  });