Skip to content

Commit

Permalink
Update test to reflect new green
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 3, 2024
1 parent 922d967 commit 825c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/components/FormListing.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)");
}
});

Expand Down

0 comments on commit 825c502

Please sign in to comment.