summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-11-06 11:03:06 -0500
committerJesse Luehrs <doy@tozt.net>2013-11-06 11:03:06 -0500
commit0720588348670ec2305d75583192d1b6725fe2d1 (patch)
tree4217237ff2b5b8597ebcdb9565111b5005995078 /t
parent59667433810abb7406139bc858edfc793036a269 (diff)
downloadspreadsheet-parsexlsx-0720588348670ec2305d75583192d1b6725fe2d1.tar.gz
spreadsheet-parsexlsx-0720588348670ec2305d75583192d1b6725fe2d1.zip
use the right test data file here
Diffstat (limited to '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);