Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
kevindiu and vankichi authored Oct 3, 2022
1 parent c9a605f commit 030ec89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ defaultCheckFunc := func(w want, err error) error {

tests := []test {
{
name: "send success when host and port are correct value",
name: "success send when host and port are correct value",
args: args {
host: "vdaas.vald.org",
port: "80",
Expand Down Expand Up @@ -1217,7 +1217,7 @@ In Vald, we use parallel tests to accelerate the execution of tests by default.
There are two layers of enabling parallel tests.
1. Parallel for the test function
2. Parallel for the subtests in the test function
1. Parallel for the subtests in the test function
The generated test case will enable these two parallel modes by default. It is implemented by:
Expand Down

0 comments on commit 030ec89

Please sign in to comment.