aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 16:39:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 16:39:51 +1300
commit55f3b2f10d535e3a112c5f5a4834fc96fcccdb50 (patch)
treee9cccab243d5cf7bc2c32ee07712952a7ff451c9 /t
parentMore stray backticks (diff)
downloadList-Breakdown-55f3b2f10d535e3a112c5f5a4834fc96fcccdb50.tar.gz
List-Breakdown-55f3b2f10d535e3a112c5f5a4834fc96fcccdb50.zip
Correct t/intervals.t test name
Diffstat (limited to 't')
-rw-r--r--t/intervals.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/intervals.t b/t/intervals.t
index d018d1f..55a36fd 100644
--- a/t/intervals.t
+++ b/t/intervals.t
@@ -31,4 +31,4 @@ my %expected = (
},
);
-is_deeply( \%filtered, \%expected, 'words' );
+is_deeply( \%filtered, \%expected, 'intervals' );