Skip to content

Commit f6ae297

Browse files
committed
fix linting
Signed-off-by: Callum Styan <callumstyan@gmail.com>
1 parent df947ef commit f6ae297

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/files_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,9 @@ func TestPostFiles(t *testing.T) {
9090
end.Done()
9191
require.NoError(t, err)
9292
}()
93-
9493
}
9594
wg.Done()
9695
end.Wait()
97-
98-
// _, err = client.Upload(ctx, codersdk.ContentTypeTar, bytes.NewReader(data))
99-
// require.NoError(t, err)
10096
})
10197
}
10298

0 commit comments

Comments
 (0)