Skip to content

Commit

Permalink
fix connection test (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vector233 authored Mar 15, 2021
1 parent 24f730d commit 7348e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_release(self):
conn.signout(session_id)
resp = conn.execute(session_id, 'SHOW SPACES')
assert resp.error_code != ttypes.ErrorCode.SUCCEEDED
conn.close()
except Exception as ex:
assert False, ex

Expand Down

0 comments on commit 7348e3f

Please sign in to comment.