From d87dedfe8b9512165f6ab637c3c8cb772418da2b Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Thu, 21 Nov 2024 14:36:05 +0800 Subject: [PATCH] fix comments --- src/meta/test/server_state_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/test/server_state_test.cpp b/src/meta/test/server_state_test.cpp index 8ceebbbcff..cf39734b13 100644 --- a/src/meta/test/server_state_test.cpp +++ b/src/meta/test/server_state_test.cpp @@ -246,7 +246,7 @@ void meta_service_test_app::app_envs_basic_test() // Failed to setting envs while table was being dropped as the intermediate state. TEST_SET_APP_ENVS_FAILED(dropping, ERR_BUSY_DROPPING); - // The table was found dropped after the new envs have been persistent on the remote + // The table was found dropped after the new envs had been persistent on the remote // meta storage. TEST_SET_APP_ENVS_FAILED(dropped_after, ERR_APP_DROPPED);