diff --git a/src/tests/components/FormListing.test.tsx b/src/tests/components/FormListing.test.tsx index 2116e487..259fe230 100644 --- a/src/tests/components/FormListing.test.tsx +++ b/src/tests/components/FormListing.test.tsx @@ -62,7 +62,7 @@ test("renders form listing with background green colour for open", () => { if (elem) { const style = window.getComputedStyle(elem); - expect(style.backgroundColor).toBe("rgb(67, 181, 129)"); + expect(style.backgroundColor).toBe("rgb(55, 128, 94)"); } });