Skip to content

Commit

Permalink
fix expected test after #101 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 9, 2013
1 parent 489b651 commit 6b5da51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/corrupt-zip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ it('correctly handles re-downloading a zip that is invalid in its cached state',
{
"name": "corrupt-zip",
"Datasource": {
"file": path.join(__dirname, 'corrupt-zip/layers/corrupt-zip/29f2b277-Cle%CC%81ment.csv'),
"type": "csv"
"file": path.join(__dirname, 'corrupt-zip/layers/corrupt-zip/29f2b277-Cle%CC%81ment.shp'),
"type": "shape"
},
"srs": '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'
"srs": '+proj=longlat +ellps=WGS84 +no_defs'
}
];
assert.deepEqual(resolved.Layer, expected);
Expand Down

0 comments on commit 6b5da51

Please sign in to comment.