diff --git a/tests/functional/adapter/test_quote_policy.py b/tests/functional/adapter/test_quote_policy.py index 68f67dd5..1d7bc81f 100644 --- a/tests/functional/adapter/test_quote_policy.py +++ b/tests/functional/adapter/test_quote_policy.py @@ -5,7 +5,7 @@ @pytest.fixture(scope="class") def unique_schema(request, prefix) -> str: - return "sChEmAWiThMiXeDCaSe" + return "ScHeMaWiThMiXeDCaSe" class TestTrinoQuotePolicy(TestIncrementalTrino):