diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 15:32:47 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 15:32:47 +1000 |
commit | 7edfa3399d8c4a7af465108a1c88e014611566b4 (patch) | |
tree | b0067bc555d05ca669a8b713aebadfcbcca844ee /test/toOSM.js | |
parent | 43d2090893aeeb8645e0e9c6ca05d5f96e48aae0 (diff) |
fix unit test
Diffstat (limited to 'test/toOSM.js')
-rw-r--r-- | test/toOSM.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/toOSM.js b/test/toOSM.js index e5afa54..d91d587 100644 --- a/test/toOSM.js +++ b/test/toOSM.js @@ -102,7 +102,6 @@ test('toOSM range with prefix aX-bY', t => { const output = { type: 'Feature', properties: { - 'addr:housename': 'STUDENT RESIDENCE - SITE LV 4', 'addr:housenumber': 'A1-A8', 'addr:street': 'Lakeside Village Drive', 'addr:suburb': 'Lilydale', |