Skip to content

Commit f101b19

Browse files
committed
remove more debugging
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent d237255 commit f101b19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# run test suite
113113
#----------------------------------------------
114114
- name: Run tests
115-
run: poetry run python -m pytest tests/unit -v -s
115+
run: poetry run python -m pytest tests/unit
116116
check-linting:
117117
runs-on: ubuntu-latest
118118
strategy:

tests/unit/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def new(cls):
5252
)
5353

5454
ThriftBackendMock.execute_command.return_value = MockTExecuteStatementResp
55+
5556
return ThriftBackendMock
5657

5758
@classmethod

0 commit comments

Comments
 (0)