mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix typo in concurrent examples
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
c0bb57a3d4
commit
1a65313a73
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user