Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Sep 16, 2024
1 parent a6d8d3f commit 99ac673
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class InputDataLoadingTest {
def osmfile = new File(this.class.getResource("redon.osm").toURI()).getAbsolutePath()
Map extract = OSM.InputDataLoading.createGISLayers(h2GIS, osmfile, 2154)
assertEquals 1034, h2GIS.getTable(extract.building).rowCount

assertEquals 135, h2GIS.getTable(extract.vegetation).rowCount
assertEquals 211, h2GIS.getTable(extract.road).rowCount

Expand Down

0 comments on commit 99ac673

Please sign in to comment.