We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a84960 commit d8a1ba5Copy full SHA for d8a1ba5
tests/integration/chunkstore/tools/test_tools.py
@@ -26,7 +26,7 @@ def generate_data(date):
26
return df
27
28
def get_segments():
29
- return chunkstore_lib._collection.distinct('sg', {'sy': 'test'})
+ return sorted(chunkstore_lib._collection.distinct('sg', {'sy': 'test'}))
30
31
date = pd.Timestamp('2000-01-01')
32
df = generate_data(date)
0 commit comments