We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa42616 + b3a44a3 commit 3a7e01bCopy full SHA for 3a7e01b
1 file changed
acceptance/acceptance_test.go
@@ -91,6 +91,9 @@ func TestAcceptance(t *testing.T) {
91
}
92
93
for _, combo := range inputConfigManager.Combinations() {
94
+ // see https://github.com/golang/go/wiki/CommonMistakes#using-reference-to-loop-iterator-variable
95
+ combo := combo
96
+
97
t.Logf(`setting up run combination %s: %s`,
98
style.Symbol(combo.String()),
99
combo.Describe(assetsConfig),
0 commit comments