Skip to content

Commit

Permalink
add line at the end so that github stops complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeshmu committed May 29, 2023
1 parent 62e9562 commit 52f9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhive/tests/test_sasl_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ def test_step_server_answer(self):
)
sasl.step(serverResponse)
# assert that step choses the only supported QOP for for DIGEST-MD5
self.assertEqual(self.sasl.qop, QOP.AUTH)
self.assertEqual(self.sasl.qop, QOP.AUTH)

0 comments on commit 52f9340

Please sign in to comment.