From 697a28ecefd50ce3986c9b8ae215b3b6c7edd3b6 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 8 Feb 2021 15:08:55 +0100 Subject: [PATCH] Fix test --- ghost/admin/tests/unit/helpers/gh-count-characters-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/tests/unit/helpers/gh-count-characters-test.js b/ghost/admin/tests/unit/helpers/gh-count-characters-test.js index 207f093aa6..f9e07fc9d5 100644 --- a/ghost/admin/tests/unit/helpers/gh-count-characters-test.js +++ b/ghost/admin/tests/unit/helpers/gh-count-characters-test.js @@ -3,7 +3,7 @@ import {describe, it} from 'mocha'; import {expect} from 'chai'; describe('Unit: Helper: gh-count-characters', function () { - let defaultStyle = 'color: rgb(115, 138, 148);'; + let defaultStyle = 'color: rgb(69, 195, 46);'; let errorStyle = 'color: rgb(240, 82, 48);'; it('counts remaining chars', function () {