Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2020
1 parent 41df9db commit 0dfe651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def partiallyCompiledFilters(self):
'name LIKE \'aPple\'',
'name ILIKE \'aPple\'',
'name LIKE \'Ap_le\'',
'name LIKE \'Ap\_le\'',
'name LIKE \'Ap\\_le\'',
'name ILIKE \'%pp%\'',
'"name" || \' \' || "name" = \'Orange Orange\'',
'"name" || \' \' || "cnt" = \'Orange 100\'',
Expand Down

0 comments on commit 0dfe651

Please sign in to comment.