diff options
| -rw-r--r-- | t/100-increment-decrement.t | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
