Skip to content

Commit

Permalink
Merge pull request etcd-io#16907 from ahrtr/typo_20231110
Browse files Browse the repository at this point in the history
Fix typo in concurrent examples
  • Loading branch information
ahrtr authored Nov 10, 2023
2 parents c0bb57a + 1a65313 commit e300c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v3/concurrency/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e300c6f

Please sign in to comment.