Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jun 5, 2024
1 parent a33f35c commit 091a90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class TransformTest extends AbstractOSMToolsTest {
def tags = [building: "house"]
//Test column to keep absent
def result = OSMTools.Transform.extractWaysAsPolygons(ds, prefix, epsgCode, tags, ["landscape"])
assertFalse ds.getTable(result).columns.contains("landscape")
assertFalse ds.getColumnNames(result).contains("landscape")
}

/**
Expand Down

0 comments on commit 091a90e

Please sign in to comment.