Skip to content

Commit

Permalink
add_remove_index: fix smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jun 18, 2024
1 parent f06050b commit 4f87b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketests/tests/add_remove_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AddRemoveIndex(Smoketest):
}
"""

JOIN_QUERY = "select T1.* from T1 join T2 on T1.id = T2.id where T2.id = 1_001"
JOIN_QUERY = "select T1.* from T1 join T2 on T1.id = T2.id where T2.id = 1001"

def test_add_then_remove_index(self):
"""
Expand Down

0 comments on commit 4f87b14

Please sign in to comment.