Skip to content

Commit 9f87c69

Browse files
authored
Merge branch 'master' into kbedi/move-tools-to-folder
2 parents 9a58d01 + 4c75d71 commit 9f87c69

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
@@ -109,7 +109,7 @@ func TestFunctionRangeNotUsingRangeValueInTDotRun(t *testing.T) {
109109
// Range statement for test TestFunctionRangeNotUsingRangeValueInTDotRun does not use range value in t.Run
110110
```
111111

112-
### t.Parallel() is called in the range method and test case variable tc being used, but is not reinitialised (<a href="http://example.com/" target="_blank">More Info</a>)
112+
### t.Parallel() is called in the range method and test case variable tc being used, but is not reinitialised (<a href="https://gist.github.com/kunwardeep/80c2e9f3d3256c894898bae82d9f75d0" target="_blank">More Info</a>)
113113
```go
114114
// bad
115115
func TestFunctionRangeNotReInitialisingVariable(t *testing.T) {

0 commit comments

Comments
 (0)