aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/components/FormListing.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/components/FormListing.test.tsx b/src/tests/components/FormListing.test.tsx
index 2116e48..259fe23 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)");
}
});