Skip to content

Commit 8201ef0

Browse files
committed
use right brand color in test
1 parent ceee5e3 commit 8201ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local brand = require("modules/brand/brand")
22

33
function Pandoc(doc)
4-
assert(brand.get_color("primary") == "#FF0000")
4+
assert(brand.get_color("primary") == "#ff0000")
55
return doc
66
end

0 commit comments

Comments
 (0)