Skip to content
Prev Previous commit
Next Next commit
adjust
  • Loading branch information
nija-at committed Apr 30, 2024
commit da8dc2522acdefee33e581ce98ffb35b34ae50ce
2 changes: 1 addition & 1 deletion python/pyspark/sql/tests/connect/client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def check():
)
def test_not_found_recovers(self, _, error_msg: str):
# Assert that the client recovers from session or operation not found error
# if no partial response was never received.
# if no partial responses were previously received.

def not_found():
raise TestException(
Expand Down