Skip to content

Commit 48c537e

Browse files
committed
Update seamless-census test fixtures
with 2020 Census geometries
1 parent 5d53072 commit 48c537e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/conveyal/data/census/IntegrationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void testAll () throws Exception {
8989
assertTrue(features.containsKey(110010014023009L));
9090

9191
// read the workplace area characteristics csv
92-
InputStream csv = new GZIPInputStream(new FileInputStream(new File(new File(dir, "jobs"), "dc_wac_S000_JT00_2013.csv.gz")));
92+
InputStream csv = new GZIPInputStream(new FileInputStream(new File(new File(dir, "jobs"), "DC_2021_wac.csv.gz")));
9393
reader = new CsvReader(new InputStreamReader(csv));
9494
reader.readHeaders();
9595

@@ -153,7 +153,7 @@ public void testAll () throws Exception {
153153
assertTrue(foundJobsEntry);
154154

155155
// read the rac csv
156-
csv = new GZIPInputStream(new FileInputStream(new File(new File(dir, "workforce"), "dc_rac_S000_JT00_2013.csv.gz")));
156+
csv = new GZIPInputStream(new FileInputStream(new File(new File(dir, "workforce"), "DC_2021_rac.csv.gz")));
157157
reader = new CsvReader(new InputStreamReader(csv));
158158

159159
reader.readHeaders();
Binary file not shown.

0 commit comments

Comments
 (0)