Skip to content

Commit

Permalink
and again county? #54, #50
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Sep 4, 2023
1 parent d56518c commit b50f250
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public void testIssue50() {
assertThat(response.getStatus()).isEqualTo(200);
GHResponse entry = response.readEntity(GHResponse.class);

assertEquals("Seine-et-Marne", entry.getHits().get(0).getStateDistrict());
assertEquals("Seine-et-Marne", entry.getHits().get(0).getCounty());
// assertEquals("Seine-et-Marne", entry.getHits().get(0).getStateDistrict());
}

}

0 comments on commit b50f250

Please sign in to comment.