1
0
Fork 0

removed a print

This commit is contained in:
ERYoung11 2024-02-04 20:13:59 -06:00
parent 75921494df
commit a146a920bf
1 changed files with 0 additions and 2 deletions

View File

@ -723,8 +723,6 @@ def test_function_notice_order(executor):
assert "+------------+" in result[5]
assert "SELECT 1" in result[6]
print(result)
@dbtest
def test_view_definition(executor):