Skip to content

Commit a61814e

Browse files
committed
Move nolint to correct location
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent fdaacda commit a61814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepull_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ func TestTemplatePull_ToDir(t *testing.T) {
263263
},
264264
}
265265

266+
// nolint: paralleltest // These tests all share expectedDest
266267
for _, tc := range tests {
267268
tc := tc
268269

269-
// nolint: paralleltest // These tests all share expectedDest
270270
t.Run(tc.name, func(t *testing.T) {
271271
// Use a different working directory to not interfere with actual directory when using relative paths.
272272
newWD := t.TempDir()

0 commit comments

Comments
 (0)