summaryrefslogtreecommitdiffstats
path: root/t/bug-8.t
diff options
context:
space:
mode:
Diffstat (limited to 't/bug-8.t')
-rw-r--r--t/bug-8.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bug-8.t b/t/bug-8.t
index 45dad0d..0a9b58c 100644
--- a/t/bug-8.t
+++ b/t/bug-8.t
@@ -5,7 +5,7 @@ use Test::More;
use Spreadsheet::ParseXLSX;
-my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/bug-7.xlsx');
+my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/bug-8.xlsx');
is($wb->worksheet_count, 3);
my $ws = $wb->worksheet(2);