mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16907 from ahrtr/typo_20231110
Fix typo in concurrent examples
This commit is contained in:
commit
e300c6f0e3
@ -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