aboutsummaryrefslogtreecommitdiff
path: root/test/functions
diff options
context:
space:
mode:
Diffstat (limited to 'test/functions')
-rwxr-xr-xtest/functions/colors.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functions/colors.spec b/test/functions/colors.spec
index bb06b719..d61923f5 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() {