Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Nov 21, 2024
1 parent 10e0eca commit d87dedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/test/server_state_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d87dedf

Please sign in to comment.