Skip to content

Commit 1b16a59

Browse files
committed
fix CASEI
1 parent e78e278 commit 1b16a59

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
@@ -396,7 +396,7 @@ def test_get_not_existing_item_raise_exception(config):
396396
80835475, 80835478, 80835483, 80835486]),
397397
("osm_id BETWEEN 80800000 AND 80900000 AND waterway = 'stream'",
398398
[80835470]),
399-
("osm_id BETWEEN 80800000 AND 80900000 AND waterway CASEI 'sTrEam'",
399+
("osm_id BETWEEN 80800000 AND 80900000 AND CASEI(waterway) LIKE 'sTrEam'",
400400
[80835470]),
401401
("osm_id BETWEEN 80800000 AND 80900000 AND waterway LIKE 's%'",
402402
[80835470]),

0 commit comments

Comments
 (0)