From 1a65313a7358821f7dacf0b8619210937ceb6cc3 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 10 Nov 2023 14:41:21 +0000 Subject: [PATCH] fix typo in concurrent examples Signed-off-by: Benjamin Wang --- client/v3/concurrency/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v3/concurrency/main_test.go b/client/v3/concurrency/main_test.go index 0aa606e3c34..42cce0dd85f 100644 --- a/client/v3/concurrency/main_test.go +++ b/client/v3/concurrency/main_test.go @@ -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) {