From 33aaa1aaa66d9d71ec6403f6a7ddeef06b64c62e Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:18:00 +0800 Subject: [PATCH] [skip ci] Modify wrong word (#7651) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_index.py b/tests/python_client/testcases/test_index.py index 302250cc49..e0e9660c95 100644 --- a/tests/python_client/testcases/test_index.py +++ b/tests/python_client/testcases/test_index.py @@ -349,7 +349,7 @@ class TestIndexAdvanced(TestcaseBase): """ target: index can still build if not finished before server restart method: create index by `index`, and then restart server, assert server is indexing - expected: index build finished after server resstart + expected: index build finished after server restart """ pass