Skip to content

Commit

Permalink
Fix test expectation for fixed loader
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 24, 2016
1 parent e49df1b commit e98ad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ShapeFileTest.php
Expand Up @@ -57,7 +57,7 @@ public function provideFiles()
array('data/capitals.*', 652, null),
array('data/mexico.*', 32, 3),
array('data/Czech_Republic_AL2.*', 1, 1),
array('data/w001n05f.*', 1, 1),
array('data/w001n05f.*', 16, 1),
);
}

Expand Down

0 comments on commit e98ad19

Please sign in to comment.