Skip to content

Commit 3f038a5

Browse files
cccfengtekton-robot
authored andcommitted
Fix parallel test + for range value overwrite bug
1 parent e2a0084 commit 3f038a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cancel_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestTaskRunPipelineRunCancel(t *testing.T) {
5555

5656
for _, tdd := range tds {
5757
t.Run(tdd.name, func(t *testing.T) {
58-
58+
tdd := tdd
5959
var pipelineTask = tb.PipelineTask("foo", "banana")
6060
if tdd.retries {
6161
pipelineTask = tb.PipelineTask("foo", "banana", tb.Retries(1))

0 commit comments

Comments
 (0)