Merge pull request #16907 from ahrtr/typo_20231110

Fix typo in concurrent examples
This commit is contained in:
Benjamin Wang 2023-11-10 20:16:43 +00:00 committed by GitHub
commit e300c6f0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ func forUnitTestsRunInMockedContext(mocking func(), _example func()) {
// TODO: Call 'example' when mocking() provides realistic mocking of transport.
// The real testing logic of examples gets executed
// as part of ./tests/integration/clientv3/integration/...
// as part of ./tests/integration/clientv3/concurrency/...
}
func TestMain(m *testing.M) {