diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-08-08 02:01:14 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-08-08 02:01:14 +0300 |
commit | 057b07b214def74248628a841f95045e3e85028c (patch) | |
tree | 8d1e626ed644faf825e6169c55f2298cc5d07cec /test | |
parent | 39fe5217c6346297def6d811889fcde5c1e3fc30 (diff) |
Fix tests
Diffstat (limited to 'test')
-rwxr-xr-x | test/functions/colors.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functions/colors.spec b/test/functions/colors.spec index 61a40087..b8fa3ad5 100755 --- a/test/functions/colors.spec +++ b/test/functions/colors.spec @@ -30,8 +30,8 @@ function testIsSameColorComparesAnsiBackgroundAndNumericalColorCorrectly() { assertTrue "isSameColor 'bg-green' '002'" } -function testIsSameColorComparesNumericalBackgroundAndNumericalColorCorrectly() { - assertTrue "isSameColor '010' '2'" +function testIsSameColorComparesShortCodesCorrectly() { + assertTrue "isSameColor '002' '2'" } function testIsSameColorDoesNotYieldNotEqualColorsTruthy() { |