From f676809de186ffd7bda7492f912c607a3aaa0c86 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 19 Aug 2021 21:47:51 +0200 Subject: 100-increment-decrement: Fix test name --- t/100-increment-decrement.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/100-increment-decrement.t b/t/100-increment-decrement.t index dd0df5c..73cfdab 100644 --- a/t/100-increment-decrement.t +++ b/t/100-increment-decrement.t @@ -58,7 +58,7 @@ is( is( incdec::incdec('test 12 19 555 64', 17, 1), 'test 12 19 555 65', - 'increments the fourth double-digit integer with point at position 16 backward' + 'increments the fourth double-digit integer with point at position 17 backward' ); is( -- cgit v1.2.3