mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci] Refine test case name (#13054)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
d20177457c
commit
8ad5eac9f5
@ -1705,9 +1705,9 @@ class TestCollectionSearch(TestcaseBase):
|
||||
assert abs(res[0].distances[0] - min(distance_0, distance_1)) <= epsilon
|
||||
|
||||
@pytest.mark.tag(CaseLabel.L2)
|
||||
def test_search_without_expression(self, auto_id):
|
||||
def test_search_travel_time_without_expression(self, auto_id):
|
||||
"""
|
||||
target: test search without expression
|
||||
target: test search using travel time without expression
|
||||
method: 1. create connections,collection
|
||||
2. first insert, and return with timestamp1
|
||||
3. second insert, and return with timestamp2
|
||||
|
Loading…
Reference in New Issue
Block a user