Skip to content

Commit c5bfd70

Browse files
authored
fix(doc): Fix link to the blog post (#29)
1 parent edaf16d commit c5bfd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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: [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/))
13+
This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/)
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)