Skip to content

Commit 06057d8

Browse files
authored
Link to translation (#26)
1 parent a71256f commit 06057d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It detects the following:
1010
- `t.Parallel()` is called in either a top-level test function or a sub-test function only
1111
- Although `t.Parallel()` is called in the sub-test function, it is post-processed by `defer` instead of `t.Cleanup()`
1212

13-
This tool was inspired by this blog: [Go 言語でのテストの並列化 〜t.Parallel()メソッドを理解する〜](https://engineering.mercari.com/blog/entry/how_to_use_t_parallel/)
13+
This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method]([https://engineering.mercari.com/blog/entry/how_to_use_t_parallel/](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/))
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)