From f9b31af02ed6c1feb79cb38107c073c37e4dbdbf Mon Sep 17 00:00:00 2001 From: Alex Albu Date: Thu, 23 May 2024 17:55:30 -0400 Subject: [PATCH 1/3] Bogus change --- tests/functional/adapter/test_quote_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/adapter/test_quote_policy.py b/tests/functional/adapter/test_quote_policy.py index 68f67dd5..98e9534d 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 "sChEmAnameWiThMiXeDCaSe" class TestTrinoQuotePolicy(TestIncrementalTrino): From f492299f90fd14cfa6145ec689c8766bdea71d1b Mon Sep 17 00:00:00 2001 From: Alex Albu Date: Fri, 24 May 2024 08:40:03 -0400 Subject: [PATCH 2/3] Revert "Bogus change" This reverts commit f9b31af02ed6c1feb79cb38107c073c37e4dbdbf. --- tests/functional/adapter/test_quote_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/adapter/test_quote_policy.py b/tests/functional/adapter/test_quote_policy.py index 98e9534d..68f67dd5 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 "sChEmAnameWiThMiXeDCaSe" + return "sChEmAWiThMiXeDCaSe" class TestTrinoQuotePolicy(TestIncrementalTrino): From 62f07c55cc12143a3c165d484aa785e91d90388f Mon Sep 17 00:00:00 2001 From: Alex Albu Date: Fri, 24 May 2024 09:56:55 -0400 Subject: [PATCH 3/3] Bogus change --- tests/functional/adapter/test_quote_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):