summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-21 03:34:33 -0500
committerGitHub <noreply@github.com>2022-11-21 03:34:33 -0500
commitdb07246f6758f2b4c222f7f9e0a7bf606deabb54 (patch)
tree0f332b8b9e8a65337d2beae1c90e72ae7e2a50fc /tests
parent71bc6c940e880ea8c9801ac606055f1f55d516fe (diff)
other: don't use manual map for color name mapping (#908)
* other: don't use manual map for color name mapping I actually don't know why I was doing it like that before. This commit removes the phf crate, as it's not needed anymore. * update test
Diffstat (limited to 'tests')
-rw-r--r--tests/invalid_configs/invalid_colour_name.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/invalid_configs/invalid_colour_name.toml b/tests/invalid_configs/invalid_colour_name.toml
index afdacf7a..b1d6e36c 100644
--- a/tests/invalid_configs/invalid_colour_name.toml
+++ b/tests/invalid_configs/invalid_colour_name.toml
@@ -1,2 +1,2 @@
[colors]
-table_header_color="Light Blue" \ No newline at end of file
+table_header_color = "LightB lue"