Skip to content

Commit

Permalink
Update platform colors test
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Jun 21, 2024
1 parent 7624c6d commit 7eb2a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/__tests__/platform-colors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ describe("getLineColor", () => {
"match",
["get", "platform_name"],
"DC-8",
"#F1EEF6",
"#a6cee3",
"ER-2",
"#BDC9E1",
"#1f78b4",
"#1a9b8c",
]
expect(getLineColors(platforms)).toEqual(result)
Expand Down

0 comments on commit 7eb2a33

Please sign in to comment.