From bd2d949d1f2fb728cf4c429dd3ae9a1510e10182 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Sep 2023 10:20:06 +0200 Subject: Adding upstream version 18.7.0. Signed-off-by: Daniel Baumann --- tests/test_transpile.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_transpile.py') diff --git a/tests/test_transpile.py b/tests/test_transpile.py index 2b51be2..a5b1977 100644 --- a/tests/test_transpile.py +++ b/tests/test_transpile.py @@ -44,9 +44,6 @@ class TestTranspile(unittest.TestCase): with self.assertRaises(ParseError): self.validate(f"SELECT x {key}", "") - def test_asc(self): - self.validate("SELECT x FROM y ORDER BY x ASC", "SELECT x FROM y ORDER BY x") - def test_unary(self): self.validate("+++1", "1") self.validate("+-1", "-1") -- cgit v1.2.3