File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ def test_ingest_data():
4040 assert SimulationResult .objects .all ().count () == 0
4141 assert SourceRegion .objects .all ().count () == 0
4242 assert VectorMapLayer .objects .all ().count () == 13
43- assert VectorFeature .objects .count () == 35503
43+ assert VectorFeature .objects .count () == 35506
4444 # Testing that layer/file-item index and naming is working properly
4545 assert VectorMapLayer .objects .filter (name = 'Chicago Vectors ShapeFile' ).count () == 1
4646 assert VectorMapLayer .objects .filter (name = 'Second Chicago Vectors Shapefile' ).count () == 1
4747 # Testing NetCDF Data
4848 assert NetCDFData .objects .count () == 2
4949 assert NetCDFLayer .objects .count () == 2
5050 assert NetCDFImage .objects .count () == 1330
51- assert VectorFeatureTableData .objects .count () == 224
52- assert VectorFeatureRowData .objects .count () == 43997
51+ assert VectorFeatureTableData .objects .count () == 230
52+ assert VectorFeatureRowData .objects .count () == 69341
You can’t perform that action at this time.
0 commit comments