Skip to content

Commit cddf275

Browse files
committed
fix CASEI
1 parent 1e81442 commit cddf275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/provider/test_postgresql_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def test_get_not_existing_item_raise_exception(config):
353353
80835475, 80835478, 80835483, 80835486]),
354354
("osm_id BETWEEN 80800000 AND 80900000 AND waterway = 'stream'",
355355
[80835470]),
356-
("osm_id BETWEEN 80800000 AND 80900000 AND waterway CASEI 'sTrEam'",
356+
("osm_id BETWEEN 80800000 AND 80900000 AND CASEI(waterway) LIKE 'sTrEam'",
357357
[80835470]),
358358
("osm_id BETWEEN 80800000 AND 80900000 AND waterway LIKE 's%'",
359359
[80835470]),

0 commit comments

Comments
 (0)