Skip to content

Commit

Permalink
fix the linting error x2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanshah18 committed Aug 16, 2024
1 parent 56f4f98 commit 207ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/control/serverless/test_has_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def test_index_does_not_exist(self, client):
assert has_index == False

def test_has_index_with_null_index_name(self, client):
has_index = client.has_index('')
has_index = client.has_index("")
assert has_index == False

0 comments on commit 207ac95

Please sign in to comment.