Skip to content

Commit

Permalink
fix typo in concurrent examples
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Nov 10, 2023
1 parent c0bb57a commit 1a65313
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 1a65313

Please sign in to comment.