Skip to content

Commit 6b09d2b

Browse files
committed
fix CASEI
1 parent 6f733e1 commit 6b09d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_postgresql_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_get_not_existing_item_raise_exception(config):
335335
80835475, 80835478, 80835483, 80835486]),
336336
("osm_id BETWEEN 80800000 AND 80900000 AND waterway = 'stream'",
337337
[80835470]),
338-
("osm_id BETWEEN 80800000 AND 80900000 AND waterway CASEI 'sTrEam'",
338+
("osm_id BETWEEN 80800000 AND 80900000 AND CASEI(waterway) LIKE 'sTrEam'",
339339
[80835470]),
340340
("osm_id BETWEEN 80800000 AND 80900000 AND waterway LIKE 's%'",
341341
[80835470]),

0 commit comments

Comments
 (0)