fix typo in concurrent examples

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang 2023-11-10 14:41:21 +00:00
parent c0bb57a3d4
commit 1a65313a73

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) {