Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Balwancia committed Dec 26, 2024
1 parent 8f7c9c7 commit fae1dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cqlpy/test_describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ def test_desc_index(cql, test_keyspace):
c_desc = cql.execute(f"DESC INDEX {test_keyspace}.named_index").one().create_statement
d_desc = cql.execute(f"DESC INDEX {test_keyspace}.custom").one().create_statement
e_desc = cql.execute(f"DESC INDEX {test_keyspace}.custom1").one().create_statement



assert f"CREATE INDEX {tbl_name}_b_idx ON {tbl}{maybe_space}(b)" in b_desc
if has_local:
Expand Down

0 comments on commit fae1dd3

Please sign in to comment.