Skip to content

Commit cf35412

Browse files
committed
fixup! t.Parallel unit test
1 parent 3e368a4 commit cf35412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/util/xio/limitwriter_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ func TestLimitWriter(t *testing.T) {
107107
}
108108

109109
for _, c := range testCases {
110+
c := c
110111
t.Run(c.Name, func(t *testing.T) {
111112
t.Parallel()
112-
113+
113114
buf := bytes.NewBuffer([]byte{})
114115
allBuff := bytes.NewBuffer([]byte{})
115116
w := xio.NewLimitWriter(buf, c.L)

0 commit comments

Comments
 (0)